1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 04:01:33 -05:00

Update install.sh

This commit is contained in:
TommyTran732 2021-05-11 06:25:52 -04:00 committed by tommytran732
parent 82f337139f
commit e6272e8306
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

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.