Skip to content

Commit

Permalink
replace with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolopjr committed Jan 25, 2025
1 parent 069169e commit 66b4a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git clone https://github.com/89luca89/distrobox.git --single-branch /tmp/distrob
cp /tmp/distrobox/distrobox-host-exec /usr/bin/distrobox-host-exec &&
cp /tmp/distrobox/distrobox-export /usr/bin/distrobox-export &&
cp /tmp/distrobox/distrobox-init /usr/bin/entrypoint &&
wget https://github.com/1player/host-spawn/releases/download/$(cat /tmp/distrobox/distrobox-host-exec | grep host_spawn_version= | cut -d "\"" -f 2)/host-spawn-$(uname -m) -O /usr/bin/host-spawn &&
curl https://github.com/1player/host-spawn/releases/download/$(cat /tmp/distrobox/distrobox-host-exec | grep host_spawn_version= | cut -d "\"" -f 2)/host-spawn-$(uname -m) -O /usr/bin/host-spawn &&
chmod +x /usr/bin/host-spawn &&
rm -drf /tmp/distrobox &&
ln -fs /bin/sh /usr/bin/sh
Expand Down

0 comments on commit 66b4a97

Please sign in to comment.