mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-10 06:44:37 +00:00
Merge pull request #323 from tulilirockz/feat-waydroid-utilities
feat(just): add waydroid-related utilities
This commit is contained in:
commit
d76de8a324
@ -59,6 +59,14 @@ install-obs-studio-portable:
|
|||||||
distrobox-enter -n obs-studio-portable -- 'bash -c "distrobox-export --app obs"' && \
|
distrobox-enter -n obs-studio-portable -- 'bash -c "distrobox-export --app obs"' && \
|
||||||
echo 'Install complete'
|
echo 'Install complete'
|
||||||
|
|
||||||
|
# Remove all waydroid-related files in your user folders
|
||||||
|
reset-waydroid:
|
||||||
|
bash -c 'sudo rm -rf /var/lib/waydroid /home/.waydroid ~/waydroid ~/.share/waydroid ~/.local/share/applications/*aydroid* ~/.local/share/waydroid'
|
||||||
|
|
||||||
|
# Quickly initialize a waydroid image
|
||||||
|
init-waydroid:
|
||||||
|
sudo waydroid init -c 'https://ota.waydro.id/system' -v 'https://ota.waydro.id/vendor'
|
||||||
|
|
||||||
# Launch Waydroid configuration helper
|
# Launch Waydroid configuration helper
|
||||||
configure-waydroid:
|
configure-waydroid:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
@ -77,6 +77,14 @@ install-obs-studio-portable:
|
|||||||
distrobox-enter -n obs-studio-portable -- 'bash -c "distrobox-export --app obs"' && \
|
distrobox-enter -n obs-studio-portable -- 'bash -c "distrobox-export --app obs"' && \
|
||||||
echo 'Install complete'
|
echo 'Install complete'
|
||||||
|
|
||||||
|
# Remove all waydroid-related files in your user folders
|
||||||
|
reset-waydroid:
|
||||||
|
bash -c 'sudo rm -rf /var/lib/waydroid /home/.waydroid ~/waydroid ~/.share/waydroid ~/.local/share/applications/*aydroid* ~/.local/share/waydroid'
|
||||||
|
|
||||||
|
# Quickly initialize a waydroid image
|
||||||
|
init-waydroid:
|
||||||
|
sudo waydroid init -c 'https://ota.waydro.id/system' -v 'https://ota.waydro.id/vendor'
|
||||||
|
|
||||||
# Launch Waydroid configuration helper
|
# Launch Waydroid configuration helper
|
||||||
configure-waydroid:
|
configure-waydroid:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user