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