Update 'installer.sh'
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
##--------------##
|
##--------------##
|
||||||
# Pre-Config #
|
# Pre-Config #
|
||||||
##--------------##
|
##--------------##
|
||||||
@@ -17,7 +19,6 @@ $PKGI unattended-upgrades
|
|||||||
##----------------##
|
##----------------##
|
||||||
# OS Detection #
|
# OS Detection #
|
||||||
##----------------##
|
##----------------##
|
||||||
#!/bin/bash
|
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
if [ "$ID" = "debian" ]; then
|
if [ "$ID" = "debian" ]; then
|
||||||
LinVer=Debian
|
LinVer=Debian
|
||||||
|
|||||||
Reference in New Issue
Block a user