superboy2k6
Member
Hello again,
After a fresh install of Arch Linux, I went ahead and made a shell program (.sh) which has these lines:
But it shows an error stating like this:
What is a workaround for this??
After a fresh install of Arch Linux, I went ahead and made a shell program (.sh) which has these lines:
Code:
echo Installing yay in this machine
git clone https://aur.archlinux.org/yay.git
cd yay
sudo makepkg -si
But it shows an error stating like this:
Code:
ERROR: Running makepkg as root is not allowed as it can cause permanent, catastrophic damage to your system.
What is a workaround for this??