Skip to content

Commit

Permalink
feat(just): add Fedora shortcut (#108)
Browse files Browse the repository at this point in the history
* feat(just): add Fedora shortcut

* chore: Add --nvidia to distrobox-fedora command

---------

Co-authored-by: Kyle Gospodnetich <[email protected]>
  • Loading branch information
castrojo and KyleGospo authored Sep 5, 2023
1 parent f292117 commit 8b90f36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/ublue-os-just/main.just
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ distrobox-debian:
echo 'Creating Debian distrobox ...'
distrobox create --nvidia --image quay.io/toolbx-images/debian-toolbox:unstable -n debian -Y

# Create a Fedora container
distrobox-fedora:
echo 'Creating Fedora distrobox ...'
distrobox create --nvidia --image registry.fedoraproject.org/fedora-toolbox:38 -n fedora -Y

# Create an openSUSE container
distrobox-opensuse:
echo 'Creating openSUSE distrobox ...'
Expand Down

0 comments on commit 8b90f36

Please sign in to comment.