[F] pacman should be sudo
This commit is contained in:
+4
-1
@@ -1,7 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Stop on error
|
||||
set -e
|
||||
|
||||
# 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
|
||||
cd /tmp/yay
|
||||
makepkg -si
|
||||
|
||||
Reference in New Issue
Block a user