diff --git a/3-post-setup.sh b/3-post-setup.sh index 8b56b90..d7ca6ba 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -25,9 +25,6 @@ sed -i 's/^# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/' /etc/sudoers # Cleanup unused packages pacman -Rsc --noconfirm "$(pacman -Qqdt)" -# Enable btrfs snapshots -snapper -c root create-config / - # Enable services systemctl disable dhcpcd.service systemctl stop dhcpcd.service @@ -46,6 +43,9 @@ systemctl enable nmb.service systemctl enable NetworkManager.service systemctl enable NetworkManager-dispatcher.service +# Enable btrfs snapshots +snapper -c root create-config / + # change directory back cd $pwd