From b499f1761944058c4121074b7062155df4665a23 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 27 Dec 2021 00:58:45 -0300 Subject: [PATCH] Fix bug in installPackage() --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index e4f24ea..66d154c 100755 --- a/install.sh +++ b/install.sh @@ -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() {