X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/ead0f6940830256ecbccaddff182bb5e1c318324..b81f646507ec9597a33efc613e378821e48d362b:/scripts/install.sh diff --git a/scripts/install.sh b/scripts/install.sh index f7fa981..916df1b 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -48,7 +48,7 @@ fi echo "Installing packages" apt update -apt install -y lxc1 qtwayland5 qml-module-qtwayland-compositor +apt install -y lxc1 apt install -y libgbinder sensorfw-qt5 libsensorfw-qt5-plugins || touch NO_SENSORS if [ ! -f NO_SENSORS ]; then rm anbox-sensors_0.1.0_${ARCH}.deb @@ -140,11 +140,6 @@ echo "Going back to phablet user" EOF cd /home/phablet -echo "Installing anbox launcher" -rm anbox.rudiimmer_1.0_all.click -wget https://build.lolinet.com/file/lineage/anbox_${ARCH}/anbox.rudiimmer_1.0_all.click -pkcon install-local anbox.rudiimmer_1.0_all.click --allow-untrusted - echo "Restarting Pulseaudio service" initctl --user stop pulseaudio initctl --user start pulseaudio