From e2d31ebecacd73f34247b5ea0f15044617b3c611 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 18 Sep 2019 02:34:12 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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