X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/3979ec715f0f92311b330308ced57876641c3a8e..57d4b528377a54935194212b506f7e8c696b9325:/scripts/install.sh diff --git a/scripts/install.sh b/scripts/install.sh index 330dfdb..f51def0 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -127,6 +127,9 @@ fi mv config_* config sed -i "s/LXCARCH/$UNAME_ARCH/" config wget https://github.com/Anbox-halium/anbox-halium/raw/lineage-17.1/lxc-configs/config_nodes +if [ ! -e /dev/hwbinder ]; then + sed -i "/host_hwbinder/d" config_nodes +fi if ! grep -q "module-native-protocol-unix auth-anonymous=1" /etc/pulse/touch-android9.pa; then echo "Pulseaudio config patching"