Renamed external module list
This commit is contained in:
@@ -347,7 +347,7 @@ option="$option""$aonoption"
|
|||||||
echo "Generating apt list for Options"
|
echo "Generating apt list for Options"
|
||||||
for val1 in ${option[*]}; do
|
for val1 in ${option[*]}; do
|
||||||
echo "$val1" #TMP
|
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
|
#Checking
|
||||||
if test -z "$modListed"
|
if test -z "$modListed"
|
||||||
then
|
then
|
||||||
@@ -428,7 +428,7 @@ fi
|
|||||||
echo "Running preconf for Options"
|
echo "Running preconf for Options"
|
||||||
for val1 in ${option[*]}; do
|
for val1 in ${option[*]}; do
|
||||||
echo "$val1" #TMP
|
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
|
#Checking
|
||||||
if test -z "$modListed"
|
if test -z "$modListed"
|
||||||
then
|
then
|
||||||
@@ -485,7 +485,7 @@ fi
|
|||||||
echo "Running conf for Options"
|
echo "Running conf for Options"
|
||||||
for val1 in ${option[*]}; do
|
for val1 in ${option[*]}; do
|
||||||
echo "$val1" #TMP
|
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
|
#Checking
|
||||||
if test -z "$modListed"
|
if test -z "$modListed"
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user