diff --git a/build_files/build.sh b/build_files/build.sh index 224d456..629d602 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -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