User.sh fix
This commit is contained in:
parent
03212458a6
commit
2f32b8ea00
4
user.sh
4
user.sh
@ -13,11 +13,11 @@ printf "${BLUE}Installing packer as an AUR manager...\n${NC}"
|
||||
|
||||
aurinstall() { curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/$1.tar.gz && tar -xvf $1.tar.gz && cd $1 && makepkg --noconfirm -si && cd .. && rm -rf $1 $1.tar.gz ;}
|
||||
|
||||
aurinstall packer || echo "Error installing packer." && exit
|
||||
aurinstall packer || (echo "Error installing packer." && exit)
|
||||
|
||||
printf "${BLUE}Installing AUR programs...\n${NC}"
|
||||
printf "${BLUE}(May take some time.)\n${NC}"
|
||||
packer --noconfirm -S i3-gaps vim-pathogen neofetch i3lock tamzen-font-git neomutt unclutter-xfixes-git urxvt-resize-font-git polybar-git python-pywal xfce-theme-blackbird || echo "Error installing AUR packages. Check your internet connections and pacman keys." && exit
|
||||
packer --noconfirm -S i3-gaps vim-pathogen neofetch i3lock tamzen-font-git neomutt unclutter-xfixes-git urxvt-resize-font-git polybar-git python-pywal xfce-theme-blackbird || (echo "Error installing AUR packages. Check your internet connections and pacman keys." && exit)
|
||||
#packer --noconfirm -S ncpamixer-git speedometer cli-visualizer
|
||||
choices=$(cat choices)
|
||||
for choice in $choices
|
||||
|
Loading…
Reference in New Issue
Block a user