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