remove Debian 9 Stretch support
This commit is contained in:
parent
8b94edd4d8
commit
d99a314350
10
install
10
install
@ -13,7 +13,7 @@
|
|||||||
# https://github.com/armbian/config/blob/master/debian-software
|
# https://github.com/armbian/config/blob/master/debian-software
|
||||||
# https://forum.openmediavault.org/index.php/Thread/25062-Install-OMV5-on-Debian-10-Buster/
|
# https://forum.openmediavault.org/index.php/Thread/25062-Install-OMV5-on-Debian-10-Buster/
|
||||||
#
|
#
|
||||||
# version: 1.2.15
|
# version: 1.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
if [[ $(id -u) -ne 0 ]]; then
|
if [[ $(id -u) -ne 0 ]]; then
|
||||||
@ -129,14 +129,6 @@ esac
|
|||||||
codename="$(lsb_release --codename --short)"
|
codename="$(lsb_release --codename --short)"
|
||||||
|
|
||||||
case ${codename} in
|
case ${codename} in
|
||||||
stretch)
|
|
||||||
confCmd="omv-mkconf"
|
|
||||||
network="interfaces"
|
|
||||||
ntp="ntp"
|
|
||||||
omvCodename="arrakis"
|
|
||||||
phpfpm="php-fpm"
|
|
||||||
version=4
|
|
||||||
;;
|
|
||||||
buster)
|
buster)
|
||||||
confCmd="omv-salt deploy run"
|
confCmd="omv-salt deploy run"
|
||||||
network="systemd-networkd"
|
network="systemd-networkd"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user