Skip to content

Commit

Permalink
remove remnants of useless package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
h-lunah authored Jul 20, 2024
1 parent dca4d8f commit b78f366
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ezarch-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,12 @@ echo "$USERNAME:$USERPASS" | chpasswd
# They don't get configured with the installation of the package.
printf "permit persist :wheel\npermit nopass root\n" > /etc/doas.conf

# Create symlinks to micro
# The default text editor of choice in ezArch is Micro.
# If you want to go back to Nano, or use Vim, delete the symlinks and install the corresponding package.
ln -s $(which micro) /bin/nano
ln -s $(which micro) /bin/vim

# Delete GRUB after setup
# GRUB packages are not needed after setup, so they will be deleted to save space.
pacman --noconfirm -R grub efibootmgr

# Enable network services
# These services will allow you to connect to the internet.
systemctl enable dhcpcd
systemctl enable iwd
systemctl enable NetworkManager

# Remove the chroot file
Expand Down

0 comments on commit b78f366

Please sign in to comment.