diff --git a/first-boot.sh b/first-boot.sh index 37c3a62..67daec8 100644 --- a/first-boot.sh +++ b/first-boot.sh @@ -23,8 +23,7 @@ function run(){ } run root "install base tools" "pacman -Sy \ - usbutils \ - dosfstools exfat-utils \ + usbutils dosfstools exfat-utils net-tools \ vim curl wget ncdu neofetch btop git flatpak" run root "install dev tools" "pacman -S ansible python3 gcc make cmake clangd" run root "install gnome" "pacman -S gnome"