Merge remote-tracking branch 'g.phga.de/master'
This commit is contained in:
commit
58fb73a9da
6
fresh.sh
6
fresh.sh
@ -114,10 +114,10 @@ install_aur_helper() {
|
||||
dialog --title "Installing the AUR Helper" --infobox "Installing dependencies..." 0 0
|
||||
pacman --noconfirm --needed -S go &>> $logfile
|
||||
dialog --title "Installing the AUR Helper" --infobox "Cloning repository..." 0 0
|
||||
cd $(sudo - u $uname mktemp -d)
|
||||
cd $(sudo -u $uname mktemp -d)
|
||||
git clone https://aur.archlinux.org/yay.git . &>> $logfile
|
||||
sudo -u $uname makepkg --noconfirm -s &>> $logfile
|
||||
pacman -U --noconfirm *.zst
|
||||
sudo -u $uname makepkg --noconfirm -si &>> $logfile
|
||||
# pacman -U --noconfirm *.zst
|
||||
}
|
||||
|
||||
installation_loop() {
|
||||
|
1
pack.csv
1
pack.csv
@ -64,6 +64,7 @@ A,P,nomacs,Image Viewer
|
||||
A,P,rofi,Application launcher
|
||||
A,P,xsecurelock,Lockscreen
|
||||
A,P,xclip,clipboard
|
||||
A,A,ly,Display manager
|
||||
# A,M,dmenu,Generic menu for X
|
||||
|
||||
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user