From ae2b662dbe3f3dafb1aba4ba2b5c19e66d7ca19e Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Tue, 2 Dec 2025 18:31:15 +0900 Subject: [PATCH] Use `wget` instead, as it's easier for now. --- build_files/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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