Fix getThePackages() bug

This commit is contained in:
Santiago Lo Coco 2022-04-19 14:39:13 -03:00
parent 8f3a6d3ad6
commit a44fada898
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ getThePackages() {
printWaitBox
curl -LO "https://raw.githubusercontent.com/santilococo/calsais/master/packages.csv" 2>&1 | debug
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
local IFS=$'\n'
setDelimiters "" "ON"