Renamed external module list

This commit is contained in:
Bram Prieshof
2020-04-08 14:35:01 +02:00
parent 0459735080
commit 2466638adb

View File

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