Update 'installer.sh'

This commit is contained in:
b.waal
2019-09-18 02:34:12 +02:00
parent 698f5ba1ec
commit e2d31ebeca

View File

@@ -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