Don't need wget, since curl is already part of arch

This commit is contained in:
David Heinemeier Hansson 2025-08-22 12:12:39 +02:00
parent 3f921ef4f8
commit bac5710707
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ python)
echo -e "Installing Python...\n"
mise use --global python@latest
echo -e "\nInstalling uv...\n"
wget -qO- https://astral.sh/uv/install.sh | sh
curl -fsSL https://astral.sh/uv/install.sh | sh
;;
elixir)
echo -e "Installing Elixir...\n"

View File

@ -1,7 +1,7 @@
#!/bin/bash
yay -S --noconfirm --needed \
wget curl unzip inetutils impala \
unzip inetutils impala \
fd eza fzf ripgrep zoxide bat dust jq xmlstarlet \
wl-clipboard fastfetch btop \
man tldr less whois plocate \