Add temporary clear command for debugging purposes
This commit is contained in:
parent
b0a71b5d9f
commit
37a3f045f0
1 changed files with 1 additions and 0 deletions
1
larbs.sh
1
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue