Skip to content

Commit b6288a1

Browse files
committed
fix: Use alternate Nvidia init in Distrobox
1 parent 40f4195 commit b6288a1

File tree

1 file changed

+1
-1
lines changed
  • system_files/desktop/usr/share/ublue-os/just

1 file changed

+1
-1
lines changed

system_files/desktop/usr/share/ublue-os/just/custom.just

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ install-bazzite-arch:
33
KARGS=$(rpm-ostree kargs)
44
if grep 'nvidia' <<< ${KARGS}; then
55
echo 'Installing Bazzite Arch (Nvidia)...'
6-
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"
6+
yes | distrobox create -i ghcr.io/ublue-os/bazzite-arch -n bazzite-arch --nvidia
77
else
88
echo 'Installing Bazzite Arch...'
99
yes | distrobox create -i ghcr.io/ublue-os/bazzite-arch -n bazzite-arch

0 commit comments

Comments
 (0)