mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-06 09:39:58 +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, an open source, cross-platform, user-mode tablet driver
|
||||||
install-opentabletdriver:
|
install-opentabletdriver:
|
||||||
|
#!/usr/bin/bash
|
||||||
|
source /usr/lib/ujust/ujust.sh
|
||||||
if grep -qvz "arch" <<< $(distrobox list); then \
|
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 && \
|
fi && \
|
||||||
distrobox enter -n arch -- ' paru -S opentabletdriver --noconfirm' && \
|
distrobox enter -n arch -- ' paru -S opentabletdriver --noconfirm' && \
|
||||||
mkdir -p ~/.config/systemd/user/ && \
|
mkdir -p ~/.config/systemd/user/ && \
|
||||||
@ -506,7 +508,8 @@ restore-gnome-folders:
|
|||||||
[private]
|
[private]
|
||||||
distrobox-check-fedora:
|
distrobox-check-fedora:
|
||||||
#!/bin/env bash
|
#!/bin/env bash
|
||||||
|
source /usr/lib/ujust/ujust.sh
|
||||||
if grep -qvz "fedora" <<< $(distrobox list); then
|
if grep -qvz "fedora" <<< $(distrobox list); then
|
||||||
echo "Setting up Fedora distrobox"
|
echo "Setting up Fedora distrobox"
|
||||||
/usr/bin/ujust distrobox-fedora
|
Assemble noconfirmcreate "" "fedora"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user