Skip to content

Commit

Permalink
feat(just): Add changes to work with new tooling in ublue-os/config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
HikariKnight committed Jan 18, 2024
1 parent be10731 commit 0165dfc
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -312,8 +312,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/ && \
Expand Down Expand Up @@ -566,7 +568,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

0 comments on commit 0165dfc

Please sign in to comment.