diff --git a/larbs.sh b/larbs.sh index e2023eb..e12d4ff 100644 --- a/larbs.sh +++ b/larbs.sh @@ -87,6 +87,8 @@ ### OPTIONS AND VARIABLES ### +set -x + progsfile="https://git.bonsai.cool/kayprish/bootstrap-script/raw/branch/master/progs.csv" aurhelper="yay" export TERM=ansi @@ -177,7 +179,6 @@ Include = /etc/pacman.d/mirrorlist-arch" >>/etc/pacman.conf manualinstall() { # Installs $1 manually. Used only for AUR helper here. # Should be run after repodir is created and var is set. - clear pacman -Qq "$1" && return 0 # whiptail --infobox "Installing \"$1\" manually." 7 50 sudo -u "$name" mkdir -p "$repodir/$1"