Skip to content

Commit

Permalink
remove 'd'
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolopjr committed Jan 25, 2025
1 parent cc266a0 commit fd948fa
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 @@ -12,7 +12,7 @@ git clone https://github.com/89luca89/distrobox.git --single-branch /tmp/distrob
cp /tmp/distrobox/distrobox-init /usr/bin/entrypoint &&
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 &&
rm -rf /tmp/distrobox &&
ln -fs /bin/sh /usr/bin/sh

# Symlink distrobox shims
Expand Down

0 comments on commit fd948fa

Please sign in to comment.