Fix getThePackages() bug
This commit is contained in:
parent
8f3a6d3ad6
commit
a44fada898
|
@ -261,7 +261,7 @@ getThePackages() {
|
||||||
printWaitBox
|
printWaitBox
|
||||||
curl -LO "https://raw.githubusercontent.com/santilococo/calsais/master/packages.csv" 2>&1 | debug
|
curl -LO "https://raw.githubusercontent.com/santilococo/calsais/master/packages.csv" 2>&1 | debug
|
||||||
fi
|
fi
|
||||||
if [ "$IMPORTANT" = "N" ]; then
|
if [ "${1}" = "N" ]; then
|
||||||
dialog --msgbox "\nA menu will appear where you can deselect the packages you don't want to be installed." 8 59
|
dialog --msgbox "\nA menu will appear where you can deselect the packages you don't want to be installed." 8 59
|
||||||
local IFS=$'\n'
|
local IFS=$'\n'
|
||||||
setDelimiters "" "ON"
|
setDelimiters "" "ON"
|
||||||
|
|
Loading…
Reference in New Issue