anbox-installer icon indicating copy to clipboard operation
anbox-installer copied to clipboard

installation stops after update command

Open hemangjoshi37a opened this issue 8 years ago • 7 comments

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 avatar Apr 15 '17 21:04 hemangjoshi37a

@hemangjoshi37a nice find, Hemang.

hub2git avatar Apr 15 '17 23:04 hub2git

Thax yo..

hemangjoshi37a avatar Apr 15 '17 23:04 hemangjoshi37a

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 avatar Apr 15 '17 23:04 hemangjoshi37a

@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"

hub2git avatar Apr 16 '17 00:04 hub2git

I am taking about anbox-installer.sh file from anbox/anbox-installer repository. And obviously this repository

hemangjoshi37a avatar Apr 16 '17 06:04 hemangjoshi37a

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 avatar Apr 29 '17 09:04 morphis

@morphis , So how to update the outdates PPA with new one.??

hemangjoshi37a avatar May 01 '17 09:05 hemangjoshi37a