Fix bug in installPackage()

This commit is contained in:
Santiago Lo Coco 2021-12-27 00:58:45 -03:00
parent 491569c988
commit b499f17619
1 changed files with 3 additions and 3 deletions

View File

@ -107,12 +107,12 @@ installPackage() {
pacstrap /mnt --needed ${1} > /dev/null 2>&1 pacstrap /mnt --needed ${1} > /dev/null 2>&1
;; ;;
?) ?)
whiptail --msgbox "TAG must be Y or N in packages.csv file." 0 0 whiptail --msgbox "AUR must be Y or N in packages.csv file." 0 0
logStep "${2}" logStep "${3}"
exit 1 exit 1
;; ;;
esac esac
exitIfCancel "You must have an active internet connection" "${2}" exitIfCancel "You must have an active internet connection" "${3}"
} }
getThePackages() { getThePackages() {