Skip to content

Commit

Permalink
Add bullseye / shaitan OMV support
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jul 20, 2021
1 parent 2d103ca commit 03a2c45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion root/usr/local/sbin/install_openmediavault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ case "$(lsb_release -c -s)" in
MKCONF_CMD="/usr/sbin/omv-salt deploy run"
;;

bullseye)
RELEASE="shaitan"
EXTRAS_URL="https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/openmediavault-omvextrasorg_latest_all6.deb"
MKCONF_CMD="/usr/sbin/omv-salt deploy run"
;;

*)
echo "This script only works on Debian/Jessie|Stretch|Buster"
echo "This script only works on Debian/Jessie/Stretch/Buster/Bullseye"
exit 1
esac

Expand Down

0 comments on commit 03a2c45

Please sign in to comment.