mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-12 13:21:33 -05:00
Update install.sh
This commit is contained in:
parent
82f337139f
commit
e6272e8306
@ -253,6 +253,9 @@ arch-chroot /mnt /bin/bash -e <<EOF
|
|||||||
echo "Creating GRUB config file."
|
echo "Creating GRUB config file."
|
||||||
grub-mkconfig -o /boot/grub/grub.cfg &>/dev/null
|
grub-mkconfig -o /boot/grub/grub.cfg &>/dev/null
|
||||||
pacman -S --noconfirm snap-pac
|
pacman -S --noconfirm snap-pac
|
||||||
|
|
||||||
|
#Remove unnecessary permissions
|
||||||
|
sudo chmod o-w /var/cache
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Setting root password.
|
# Setting root password.
|
||||||
|
Loading…
Reference in New Issue
Block a user