diff --git a/bin/omarchy-install-dev-env b/bin/omarchy-install-dev-env index ec9e46fe..cd972c79 100755 --- a/bin/omarchy-install-dev-env +++ b/bin/omarchy-install-dev-env @@ -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" diff --git a/install/development/terminal.sh b/install/development/terminal.sh index 96068d92..c34affbf 100644 --- a/install/development/terminal.sh +++ b/install/development/terminal.sh @@ -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 \