mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Enable Reflector
Automatically updating the mirror list would be nice
This commit is contained in:
parent
5f7fd29d40
commit
8a87949d35
1 changed files with 4 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ kernel_selector
|
|||
|
||||
# Pacstrap (setting up a base sytem onto the new root).
|
||||
echo "Installing the base system (it may take a while)."
|
||||
pacstrap /mnt base $kernel $microcode linux-firmware btrfs-progs grub grub-btrfs efibootmgr snapper sudo apparmor
|
||||
pacstrap /mnt base $kernel $microcode linux-firmware btrfs-progs grub grub-btrfs efibootmgr snapper sudo apparmor reflector
|
||||
|
||||
network_selector
|
||||
|
||||
|
|
@ -246,6 +246,9 @@ arch-chroot /mnt /bin/passwd
|
|||
echo "Enabling AppArmor."
|
||||
systemctl enable apparmor --root=/mnt &>/dev/null
|
||||
|
||||
# Enabling Reflector timer.
|
||||
systemctl enable reflector.timer --root=/mnt &>/dev/null
|
||||
|
||||
# Enabling Snapper automatic snapshots.
|
||||
echo "Enabling Snapper and automatic snapshots entries."
|
||||
systemctl enable snapper-timeline.timer --root=/mnt &>/dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue