Fixed bugs

This commit is contained in:
boo3 2024-09-27 22:34:51 +02:00
parent a62fccd2cd
commit 60eb2aefd0
3 changed files with 2 additions and 2 deletions

4
installaur.sh Normal file → Executable file
View File

@ -4,7 +4,7 @@ distrobox enter --name arch -- sudo pacman -Suy
distrobox enter --name arch -- sudo pacman -Sy --needed git base-devel distrobox enter --name arch -- sudo pacman -Sy --needed git base-devel
distrobox enter --name arch -- git clone https://aur.archlinux.org/yay-bin.git ~/Downloads/yay-bin distrobox enter --name arch -- git clone https://aur.archlinux.org/yay-bin.git ~/Downloads/yay-bin
cd ~/Downloads/yay-bin cd ~/Downloads/yay-bin
distrobox enter --name arch -- makepkg -siy distrobox enter --name arch -- makepkg -si
distrobox enter --name arch -- distrobox-export --bin /usr/bin/yay --export-path ~/Downloads/yay-bin distrobox enter --name arch -- distrobox-export --bin /usr/bin/yay --export-path ~/Downloads/yay-bin
pkexec cp ~/Downloads/yay-bin/yay /usr/bin/yay pkexec cp ~/Downloads/yay-bin/yay /usr/bin/yay
rm -rdy ~/Downloads/yay-bin rm -rd ~/Downloads/yay-bin

0
installflatpak.sh Normal file → Executable file
View File

0
installrpm.sh Normal file → Executable file
View File