Skip to content

Commit

Permalink
move distrobox devbox home folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lenuswalker committed Sep 2, 2024
1 parent d8f9164 commit 248f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/setup-distrobox-devbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ouex pipefail

# Create devbox
distrobox create --name devbox --image ubuntu:latest --yes --home $HOME/distrobox/home/devbox
distrobox create --name devbox --image ubuntu:latest --yes --home /opt/distrobox/home/devbox
distrobox enter devbox

# Update distrobox
Expand Down

0 comments on commit 248f82d

Please sign in to comment.