error remove for testing
This commit is contained in:
parent
99353c8caa
commit
6b10393671
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ NC='\033[0m'
|
||||||
printf "${BLUE}Changing directory to /home/$USER...\n${NC}"
|
printf "${BLUE}Changing directory to /home/$USER...\n${NC}"
|
||||||
cd /home/$USER
|
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}"
|
printf "${BLUE}Installing packer as an AUR manager...\n${NC}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue