Don't need wget, since curl is already part of arch
This commit is contained in:
parent
3f921ef4f8
commit
bac5710707
@ -77,7 +77,7 @@ python)
|
|||||||
echo -e "Installing Python...\n"
|
echo -e "Installing Python...\n"
|
||||||
mise use --global python@latest
|
mise use --global python@latest
|
||||||
echo -e "\nInstalling uv...\n"
|
echo -e "\nInstalling uv...\n"
|
||||||
wget -qO- https://astral.sh/uv/install.sh | sh
|
curl -fsSL https://astral.sh/uv/install.sh | sh
|
||||||
;;
|
;;
|
||||||
elixir)
|
elixir)
|
||||||
echo -e "Installing Elixir...\n"
|
echo -e "Installing Elixir...\n"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
wget curl unzip inetutils impala \
|
unzip inetutils impala \
|
||||||
fd eza fzf ripgrep zoxide bat dust jq xmlstarlet \
|
fd eza fzf ripgrep zoxide bat dust jq xmlstarlet \
|
||||||
wl-clipboard fastfetch btop \
|
wl-clipboard fastfetch btop \
|
||||||
man tldr less whois plocate \
|
man tldr less whois plocate \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user