Skip to content

Commit

Permalink
Added git to prevent an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
activ committed May 9, 2016
1 parent 7969a33 commit bf5c42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/root/aur.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ su -c "$aur_helper -S $aur_packages --noconfirm" - makepkg-user
pacman -Ru $(pacman -Qgq base-devel | grep -v pacman | grep -v sed | grep -v grep | grep -v gzip) --noconfirm

# remove git
pacman -Ru git --noconfirm
#pacman -Ru git --noconfirm

# remove makepkg-user account
userdel -r makepkg-user

0 comments on commit bf5c42c

Please sign in to comment.