mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 18:32:48 +00:00
fix: Add new just restructuring to the deck just file
This commit is contained in:
parent
7827fb19f8
commit
87bb7a34b5
@ -458,8 +458,10 @@ install-scrcpy: distrobox-check-fedora
|
||||
|
||||
# Install OpenTabletDriver, an open source, cross-platform, user-mode tablet driver
|
||||
install-opentabletdriver:
|
||||
#!/usr/bin/bash
|
||||
source /usr/lib/ujust/ujust.sh
|
||||
if grep -qvz "arch" <<< $(distrobox list); then \
|
||||
distrobox-create --nvidia --image ghcr.io/ublue-os/arch-distrobox:latest -n arch -Y; \
|
||||
Assemble noconfirmcreate "" "arch"; \
|
||||
fi && \
|
||||
distrobox enter -n arch -- ' paru -S opentabletdriver --noconfirm' && \
|
||||
mkdir -p ~/.config/systemd/user/ && \
|
||||
@ -506,7 +508,8 @@ restore-gnome-folders:
|
||||
[private]
|
||||
distrobox-check-fedora:
|
||||
#!/bin/env bash
|
||||
source /usr/lib/ujust/ujust.sh
|
||||
if grep -qvz "fedora" <<< $(distrobox list); then
|
||||
echo "Setting up Fedora distrobox"
|
||||
/usr/bin/ujust distrobox-fedora
|
||||
Assemble noconfirmcreate "" "fedora"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user