From: luka177 Date: Fri, 30 Apr 2021 15:30:12 +0000 (+0300) Subject: Fix installation X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/5360af7671b0e6dde00bde90b3cdb2350b8ca7d3?ds=sidebyside Fix installation --- diff --git a/scripts/install.sh b/scripts/install.sh index 4b64e73..7eff371 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -2,13 +2,14 @@ # run as root/with sudo +mount -o remount,rw / + # disable MTP/ADB to have USB network echo "manual" > /etc/init/mtp-state.override # remove LD_LIBRARY_PATH from /etc/environment to make life easier sed -i -e "s/^LD_LIBRARY_PATH/#LD_LIBRARY_PATH/" /etc/environment -mount -o remount,rw / apt update apt install -y qtwayland5 qml-module-qtwayland-compositor mount -o remount,ro /