From 37a3f045f0fc314d7a2cb3792c8c0b7bdbeda74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Thu, 17 Apr 2025 18:47:44 +0200 Subject: [PATCH] Add temporary clear command for debugging purposes --- larbs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/larbs.sh b/larbs.sh index 1807dda..e2023eb 100644 --- a/larbs.sh +++ b/larbs.sh @@ -177,6 +177,7 @@ 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"