Skip to content

Commit a7892ed

Browse files
committed
[refactor][arch] do not run makepkg as root
1 parent d2e7a80 commit a7892ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mkdir -p temp && cd temp/
1313
# Install yay
1414
git clone https://aur.archlinux.org/yay.git $HOME/yay
1515
cd $HOME/yay
16-
sudo makepkg -si --noconfirm
16+
makepkg -si --noconfirm
1717
cd ../..
1818
rm -rf temp/
1919

0 commit comments

Comments
 (0)