[F] pacman should be sudo

This commit is contained in:
Hykilpikonna
2022-09-13 23:55:07 -04:00
committed by GitHub
parent 6085c1e5cb
commit 33f7d8ebc8
+4 -1
View File
@@ -1,7 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Stop on error
set -e
# Install yay # Install yay
pacman -S --needed git base-devel sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay-bin.git /tmp/yay git clone https://aur.archlinux.org/yay-bin.git /tmp/yay
cd /tmp/yay cd /tmp/yay
makepkg -si makepkg -si