parent
57e917b927
commit
edc8b324da
|
|
@ -25,9 +25,6 @@ sed -i 's/^# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/' /etc/sudoers
|
||||||
# Cleanup unused packages
|
# Cleanup unused packages
|
||||||
pacman -Rsc --noconfirm "$(pacman -Qqdt)"
|
pacman -Rsc --noconfirm "$(pacman -Qqdt)"
|
||||||
|
|
||||||
# Enable btrfs snapshots
|
|
||||||
snapper -c root create-config /
|
|
||||||
|
|
||||||
# Enable services
|
# Enable services
|
||||||
systemctl disable dhcpcd.service
|
systemctl disable dhcpcd.service
|
||||||
systemctl stop dhcpcd.service
|
systemctl stop dhcpcd.service
|
||||||
|
|
@ -46,6 +43,9 @@ systemctl enable nmb.service
|
||||||
systemctl enable NetworkManager.service
|
systemctl enable NetworkManager.service
|
||||||
systemctl enable NetworkManager-dispatcher.service
|
systemctl enable NetworkManager-dispatcher.service
|
||||||
|
|
||||||
|
# Enable btrfs snapshots
|
||||||
|
snapper -c root create-config /
|
||||||
|
|
||||||
# change directory back
|
# change directory back
|
||||||
cd $pwd
|
cd $pwd
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue