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:
Zeglius 2024-12-22 02:05:19 +01:00 committed by Kyle Gospodnetich
parent 9fc9e65620
commit 7da1c2c2f1

View File

@ -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