commit 6b10393671caebf90c546bf97c2f0eaf0c590bc0 parent 99353c8caaad905806c2804c31e85fcee2696fba Author: Luke <luke@lukesmith.xyz> Date: Thu, 5 Oct 2017 15:46:41 -0700 error remove for testing Diffstat:
M | aur_packages.sh | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/aur_packages.sh b/aur_packages.sh @@ -5,7 +5,8 @@ NC='\033[0m' printf "${BLUE}Changing directory to /home/$USER...\n${NC}" cd /home/$USER -error() { dialog --title "Error!" --msgbox "We've run into a fatal-ish error. Check the LARBS.log file for more information" 10 60 && clear && exit ;} +error() { dialog --title "Error!" --msgbox "We've run into a fatal-ish error. Check the LARBS.log file for more information" 10 60 ;} +#error() { dialog --title "Error!" --msgbox "We've run into a fatal-ish error. Check the LARBS.log file for more information" 10 60 && clear && exit ;} printf "${BLUE}Installing packer as an AUR manager...\n${NC}"