Fix bug in installPackage()
This commit is contained in:
parent
491569c988
commit
b499f17619
|
@ -107,12 +107,12 @@ installPackage() {
|
|||
pacstrap /mnt --needed ${1} > /dev/null 2>&1
|
||||
;;
|
||||
?)
|
||||
whiptail --msgbox "TAG must be Y or N in packages.csv file." 0 0
|
||||
logStep "${2}"
|
||||
whiptail --msgbox "AUR must be Y or N in packages.csv file." 0 0
|
||||
logStep "${3}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
exitIfCancel "You must have an active internet connection" "${2}"
|
||||
exitIfCancel "You must have an active internet connection" "${3}"
|
||||
}
|
||||
|
||||
getThePackages() {
|
||||
|
|
Loading…
Reference in New Issue