summaryrefslogtreecommitdiff
path: root/gohan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gohan.sh')
-rwxr-xr-xgohan.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/gohan.sh b/gohan.sh
index d60099d..1219c10 100755
--- a/gohan.sh
+++ b/gohan.sh
@@ -105,6 +105,7 @@ install_yay() {
cd /tmp
rm -rf /tmp/yay
git clone https://aur.archlinux.org/yay.git
+ chown -R "$name":"$name" yay
cd yay
sudo -u "$name" makepkg --noconfirm -si >/dev/null 2>&1
cd /tmp