summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2023-12-29 21:12:35 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2023-12-29 21:12:35 +0000
commit181aab733cb6a09d0fe95c57750b38e80bde1ae4 (patch)
tree053345bfa05784871edd7be92e22ed53da082212
parent3f2389b90ed8199f8c7798103fafeef6dd189620 (diff)
Correct permision
-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