mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-14 01:18:40 +00:00
fix(waydroid): Relabel /var/lib/waydroid on initial setup (#1999)
* fix(waydroid): Relabel /var/lib/waydroid on initial setup Fixes issue #1998 * chore(waydroid): Reduce relabeling verbosity
This commit is contained in:
parent
9fc9e65620
commit
7da1c2c2f1
@ -28,6 +28,7 @@ setup-waydroid ACTION="":
|
||||
sudo systemctl enable --now waydroid-container
|
||||
fi
|
||||
sudo waydroid init -c 'https://ota.waydro.id/system' -v 'https://ota.waydro.id/vendor'
|
||||
sudo restorecon -R /var/lib/waydroid
|
||||
echo "Waydroid has been initialized, please run waydroid once before you Configure Waydroid"
|
||||
elif [[ "${OPTION,,}" =~ ^configure ]]; then
|
||||
git clone https://github.com/ublue-os/waydroid_script.git --depth 1 /tmp/waydroid_script
|
||||
|
Loading…
x
Reference in New Issue
Block a user