From a2a1d73b933a005dee3df117cd969394bfc812a7 Mon Sep 17 00:00:00 2001 From: FReenen Date: Wed, 9 Oct 2024 11:34:45 +0200 Subject: [PATCH] add net-tools --- first-boot.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"