aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-20 17:41:05 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-20 17:41:05 +0200
commitabd599677a8b2f51e86dbdc531801de5686ce585 (patch)
treece103e7358c2a3a3bc911a747dd1e5ca7227e20c
parent47180ee5afd5fa8a946f4cd94985b0122e0a0e53 (diff)
always install with --needed
-rwxr-xr-xmkarmtix2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkarmtix b/mkarmtix
index 9d3f7f3..154067b 100755
--- a/mkarmtix
+++ b/mkarmtix
@@ -48,7 +48,7 @@ EOT
sed -i 's/hostname="localhost"/hostname="armtix"/' /etc/conf.d/hostname
## Networking essentials
-pacman -Sy --noconfirm dhcpcd wpa_supplicant
+pacman -Sy --needed --noconfirm dhcpcd wpa_supplicant
# Repositories
## Artix