From 54280a3b03ddce6a10d4232f07fd56f604af8ba2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 24 Jun 2025 15:14:48 -0700 Subject: [PATCH] Needed for hostname program --- install/3-terminal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/3-terminal.sh b/install/3-terminal.sh index 3abc623..e2844a2 100644 --- a/install/3-terminal.sh +++ b/install/3-terminal.sh @@ -1,5 +1,5 @@ yay -S --noconfirm --needed \ - wget curl unzip \ + wget curl unzip inetutils \ eza fzf ripgrep zoxide \ wl-clipboard fastfetch btop \ man tldr less whois plocate \