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
|
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() {
|
||||||
|
|
Loading…
Reference in New Issue