Last active
August 19, 2020 20:39
-
-
Save sugoidogo/c9edc65c1b0b9d8423992d0531825a65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -e | |
# wget -qO- https://gist.github.com/josephsmendoza/c9edc65c1b0b9d8423992d0531825a65/raw/ | sudo bash | |
GIST_USER=josephsmendoza | |
GIST_ID=c9edc65c1b0b9d8423992d0531825a65 | |
wget -qO- https://packages.openmediavault.org/public/archive.key | apt-key add - | |
cd /etc/apt/sources.list.d | |
wget https://gist.github.com/$GIST_USER/$GIST_ID/raw/openmediavault.list | |
cd /etc/apt/preferences.d | |
wget https://gist.github.com/$GIST_USER/$GIST_ID/raw/openmediavault | |
export DEBIAN_FRONTEND=noninteractive | |
export APT_LISTCHANGES_FRONTEND=none | |
apt update | |
apt install openmediavault-keyring openmediavault -y | |
omv-confdbadm populate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: * | |
Pin: release n=usul | |
Pin-Priority: 600 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb https://packages.openmediavault.org/public usul main | |
deb https://packages.openmediavault.org/public usul-proposed main | |
deb https://packages.openmediavault.org/public usul partner |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment