anbox-installer
anbox-installer copied to clipboard
installation stops after update command
Installation does not go any further than "apt get update" command.
It should next continue with line 151 which is : "sudo apt install -y anbox-modules-dkms" but it stops at line 150 which is : "sudo apt update" #40
@hemangjoshi37a nice find, Hemang.
Thax yo..
If you make saperate installer.sh file containing lines from 151 to the end and then run it, it will run the remaining lines.
@hemangjoshi37a are we talking about the same installer.sh file? here's mine: https://gist.github.com/hub2git/65c83f1ce001552a467ffc09d28f6928, which is from from "/snap/anbox-installer/10/installer.sh"
I am taking about anbox-installer.sh file from anbox/anbox-installer repository. And obviously this repository
Without any more details (log output) we can't help you with this problem. There is a reason why apt update fails. Most likely you have a PPA installed which doesn't exist anymore or similar.
@morphis , So how to update the outdates PPA with new one.??