1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2025-02-20 18:01:33 -05:00

Update install.sh

This commit is contained in:
TommyTran732 2021-05-11 06:25:52 -04:00 committed by GitHub
parent 9bb0a2651f
commit 8665f69fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,6 +253,9 @@ arch-chroot /mnt /bin/bash -e <<EOF
echo "Creating GRUB config file."
grub-mkconfig -o /boot/grub/grub.cfg &>/dev/null
pacman -S --noconfirm snap-pac
#Remove unnecessary permissions
sudo chmod o-w /var/cache
EOF
# Setting root password.