From 0b64b3215fc0b85baeb9bd1817b38c197f1177c1 Mon Sep 17 00:00:00 2001 From: wolfyreload Date: Sun, 9 Jun 2024 09:47:27 +0200 Subject: [PATCH] chore: disable waydroid --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 718d8c5c..bbf4dfc8 100755 --- a/build.sh +++ b/build.sh @@ -32,6 +32,10 @@ rpm-ostree install docker-ce \ docker-buildx-plugin \ docker-compose-plugin \ containerd.io + +# I can't use Waydroid in X11 so no point in accidently being able +# to open it or it's apps and have it crash in a loop +rpm-ostree remove waydroid #### Example for enabling a System Unit File