Add temporary clear command for debugging purposes

This commit is contained in:
Petar Kapriš 2025-04-17 18:47:44 +02:00
parent b0a71b5d9f
commit 37a3f045f0

View file

@ -177,6 +177,7 @@ Include = /etc/pacman.d/mirrorlist-arch" >>/etc/pacman.conf
manualinstall() { manualinstall() {
# Installs $1 manually. Used only for AUR helper here. # Installs $1 manually. Used only for AUR helper here.
# Should be run after repodir is created and var is set. # Should be run after repodir is created and var is set.
clear
pacman -Qq "$1" && return 0 pacman -Qq "$1" && return 0
# whiptail --infobox "Installing \"$1\" manually." 7 50 # whiptail --infobox "Installing \"$1\" manually." 7 50
sudo -u "$name" mkdir -p "$repodir/$1" sudo -u "$name" mkdir -p "$repodir/$1"