From 2466638adb66c028dcac93767a7596c8a7cc2f19 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 8 Apr 2020 14:35:01 +0200 Subject: [PATCH] Renamed external module list --- installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer.sh b/installer.sh index 086b990..d10f333 100644 --- a/installer.sh +++ b/installer.sh @@ -347,7 +347,7 @@ option="$option""$aonoption" echo "Generating apt list for Options" for val1 in ${option[*]}; do echo "$val1" #TMP - modListed=$(wget -t7 -qO - "$repo"/raw/branch/master/extModules.txt|grep "$val1") + modListed=$(wget -t7 -qO - "$repo"/raw/branch/master/extModules.list|grep "$val1") #Checking if test -z "$modListed" then @@ -428,7 +428,7 @@ fi echo "Running preconf for Options" for val1 in ${option[*]}; do echo "$val1" #TMP - modListed=$(wget -t7 -qO - "$repo"/raw/branch/master/extModules.txt|grep "$val1") + modListed=$(wget -t7 -qO - "$repo"/raw/branch/master/extModules.list|grep "$val1") #Checking if test -z "$modListed" then @@ -485,7 +485,7 @@ fi echo "Running conf for Options" for val1 in ${option[*]}; do echo "$val1" #TMP - modListed=$(wget -t7 -qO - "$repo"/raw/branch/master/extModules.txt|grep "$val1") + modListed=$(wget -t7 -qO - "$repo"/raw/branch/master/extModules.list|grep "$val1") #Checking if test -z "$modListed" then