From 08ebc280b1db2d55865b94e4e9f22d50a22bef5f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 4 Mar 2017 15:10:20 -0700 Subject: [PATCH] Update install.sh --- debian/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/install.sh b/debian/install.sh index 406f5ef..795356c 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -6,7 +6,7 @@ cd "$(dirname "$0")" #includes . ./resources/config.sh . ./resources/colors.sh -. ./resources/arguments.sh +. ./resources/environment.sh # removes the cd img from the /etc/apt/sources.list file (not needed after base install) sed -i '/cdrom:/d' /etc/apt/sources.list