From 6a73894c5eb9d41b44f700cd30c9243613823471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Thu, 17 Apr 2025 18:51:39 +0200 Subject: [PATCH] Add more debugging stuff --- larbs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"