geeks-r-us / anbox-playstore-installer

Install script that automates installation of googles playstore in anbox
MIT License
655 stars 155 forks source link

AUR Anbox Install with Playstore Installer error #74

Open PeterKW opened 2 years ago

PeterKW commented 2 years ago

./install-playstore.sh: line 155: /etc/systemd/system/anbox-container-manager.service.d/override.conf: No such file or directory Any ideas why this might be breaking?

wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh
chmod +x install-playstore.sh
./install-playstore.sh                                                                                                                       1 ✘ 
./install-playstore.sh: line 155: /etc/systemd/system/anbox-container-manager.service.d/override.conf: No such file or directory
/etc/xdg/menus/applications-merged/anbox-android.menu
/usr/bin/anbox
/usr/include/backward.hpp
/usr/lib/backward/BackwardConfig.cmake
/usr/lib/systemd/network/80-anbox-bridge.netdev
/usr/lib/systemd/network/80-anbox-bridge.network
/usr/lib/systemd/system/anbox-container-manager.service
/usr/lib/systemd/system/dev-binderfs.mount
/usr/lib/systemd/user/anbox-session-manager.service
/usr/lib/udev/rules.d/99-anbox.rules
/usr/share/anbox/ui/loading-screen.png
/usr/share/applications/anbox.desktop
/usr/share/dbus-1/services/org.anbox.service
/usr/share/desktop-directories/anbox-android.directory
/usr/share/pixmaps/anbox.png
/usr/lib/systemd/system/anbox-container-manager.service
[Unit]
Description=Anbox Container Manager

[Service]
ExecStart=/usr/bin/anbox container-manager --daemon --privileged --data-path=/var/lib/anbox

[Install]
WantedBy=multi-user.target
Also=dev-binderfs.mount

image image

luiseduardobrito commented 2 years ago

This comment from another issue helped me: https://github.com/geeks-r-us/anbox-playstore-installer/issues/66#issuecomment-913295735

Had to restart the system service, create the directory and set appropriate chmod permissions.

geeks-r-us commented 2 years ago

Please check if it's fixed now. #70 could have addressed it as well