Skip to content

Commit

Permalink
fix: Use alternate Nvidia init in Distrobox
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 8, 2023
1 parent 40f4195 commit b6288a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/desktop/usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install-bazzite-arch:
KARGS=$(rpm-ostree kargs)
if grep 'nvidia' <<< ${KARGS}; then
echo 'Installing Bazzite Arch (Nvidia)...'
yes | distrobox create -i ghcr.io/ublue-os/bazzite-arch -n bazzite-arch --additional-flags "--runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all"
yes | distrobox create -i ghcr.io/ublue-os/bazzite-arch -n bazzite-arch --nvidia
else
echo 'Installing Bazzite Arch...'
yes | distrobox create -i ghcr.io/ublue-os/bazzite-arch -n bazzite-arch
Expand Down

0 comments on commit b6288a1

Please sign in to comment.