Use wget instead, as it's easier for now.

This commit is contained in:
2025-12-02 18:31:15 +09:00
parent 654b7a64c2
commit ae2b662dbe

View File

@@ -23,7 +23,7 @@ dnf5 install -y \
fish \
neovim \
ripgrep \
curl \
curl wget \
stow \
wl-clipboard \
htop \
@@ -43,7 +43,7 @@ dnf5 copr enable -y dejan/lazygit
dnf5 install -y lazygit
# Install `host-spawn`
curl "https://github.com/1player/host-spawn/releases/download/$HOST_SPAWN/host-spawn-x86_64"
wget "https://github.com/1player/host-spawn/releases/download/$HOST_SPAWN/host-spawn-x86_64"
chmod +x host-spawn-x86_64
mv host-spawn-x86_64 /usr/local/bin/host-spawn