From fb42f34b57037ad938bc3ff4f520fdd94ca9a0a7 Mon Sep 17 00:00:00 2001 From: nannal Date: Sat, 9 Jan 2021 00:29:23 +0200 Subject: [PATCH] fixed yay build --- chscript.sh | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chscript.sh b/chscript.sh index 5905253..e30ffe8 100755 --- a/chscript.sh +++ b/chscript.sh @@ -36,8 +36,8 @@ systemctl enable lightdm cd /opt git clone https://aur.archlinux.org/yay-git.git -sudo chown -R blue:blue ./yay-git -makepkg -si +chown -R blue:blue ./yay-git +sudo -u nobody makepkg -si exit diff --git a/install.sh b/install.sh index 71db7f6..463304e 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ pacman -Syy -pacstrap /mnt base linux linux-firmware grub efibootmgr xorg leafpad vim git lxde lightdm lightdm-gtk-greeter lxde-common lxterminal lxsession openbox +pacstrap /mnt base linux linux-firmware grub efibootmgr xorg leafpad vim git lxde lightdm lightdm-gtk-greeter lxde-common lxterminal lxsession openbox sudo genfstab -U /mnt >> /mnt/etc/fstab