diff --git a/installer.sh b/installer.sh index 7e5d1b4..a52e418 100644 --- a/installer.sh +++ b/installer.sh @@ -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