Skip to content

Instantly share code, notes, and snippets.

@TechnicallyUnsure
Last active May 13, 2024 03:43
Show Gist options
  • Save TechnicallyUnsure/a79630fdbd69f27716362f26612838bf to your computer and use it in GitHub Desktop.
Save TechnicallyUnsure/a79630fdbd69f27716362f26612838bf to your computer and use it in GitHub Desktop.
Download Debian BullsEye CLI for Rock 5A from here:
https://www.okdo.com/software-hub/
Burn that into SD Card and boot the Rock 5A / Rock 5A Pink
Log into the CLI from the console itself, using mouse and keyboard, or SSH into the Debian
then run these two commands:
apt install ssh ntp
sudo ln -s /lib/systemd/system/ssh.service /etc/systemd/system/sshd.service
Then type this
sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
That’s all! Just reboot and login using default user/pass which is admin/openmediavault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment