Skip to content

Commit

Permalink
feat: Use new arch-distrobox image when creating an arch container (#124
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Sep 25, 2023
1 parent 075ffd3 commit e4933b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ublue-os-just/30-distrobox.just
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Create an Arch container
distrobox-arch:
echo 'Creating Arch distrobox ...'
distrobox create --nvidia --image quay.io/toolbx-images/archlinux-toolbox:latest -n arch -Y
distrobox create --nvidia --image ghcr.io/ublue-os/arch-distrobox:latest -n arch -Y

# Create a Bazzite-Arch container
distrobox-bazzite:
Expand Down Expand Up @@ -45,4 +45,4 @@ distrobox-ubuntu:
install-obs-studio-portable:
echo 'Installing obs-studio-portable...' && \
distrobox create --nvidia --no-entry --image ghcr.io/ublue-os/obs-studio-portable -n obs-studio-portable -Y && \
distrobox-enter -n obs-studio-portable -- 'bash -c "distrobox-export --app obs"'
distrobox-enter -n obs-studio-portable -- 'bash -c "distrobox-export --app obs"'

0 comments on commit e4933b4

Please sign in to comment.