Moving Snapper Config to bottom

to status
This commit is contained in:
SteveTinkers 2021-11-18 19:53:03 -08:00 committed by GitHub
parent 57e917b927
commit edc8b324da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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