Update easy-arch.sh

This commit is contained in:
Tommaso Chiti 2021-04-14 08:48:48 +02:00 committed by GitHub
parent 8faed77b04
commit b1599c0dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,10 +176,6 @@ EOF
echo "Setting root password." echo "Setting root password."
arch-chroot /mnt /bin/passwd arch-chroot /mnt /bin/passwd
# Enabling auto-trimming service.
echo "Enabling auto-trimming."
systemctl enable fstrim.timer --root=/mnt &>/dev/null
# Enabling NetworkManager service. # Enabling NetworkManager service.
echo "Enabling NetworkManager." echo "Enabling NetworkManager."
systemctl enable NetworkManager --root=/mnt &>/dev/null systemctl enable NetworkManager --root=/mnt &>/dev/null