amnezia-vpn / amnezia-client

Amnezia VPN Client (Desktop+Mobile)
https://amnezia.org
GNU General Public License v3.0
4.47k stars 291 forks source link

CloudSurph default install - ubuntu-18.04-x86_64 - trouble #11

Closed lk29 closed 3 years ago

lk29 commented 3 years ago

The reason is that when executing the command apt install -y docker.io curl

installing libssl1.1 requires an answer

If you start manually executing the command, we see a question on the screen

amnezia_trouble

pokamest commented 3 years ago

Any ideas how to automate it?

lk29 commented 3 years ago

Tonight I will try different ways I'll write the result here.

lk29 commented 3 years ago

Where is the script that is running on the server located ?

pokamest commented 3 years ago

https://github.com/amnezia-vpn/desktop-client/tree/dev/client/server_scripts https://github.com/amnezia-vpn/desktop-client/blob/dev/client/server_scripts/setup_shadowsocks_server.sh

Also some commands on docker container placed in c++ sources, but they should work if docker already installed

lk29 commented 3 years ago

no fixes added yet solution

1) reinstall the ubuntu18 distribution 2) login via ssh to your vps 3) run the command apt update; DEBIAN_FRONTEND = 'noninteractive' apt-get install -yq libssl1.1;

This will probably help on other hosts as well when using ubuntu18

pokamest commented 3 years ago

Great, I will include solution the next build

pokamest commented 3 years ago

Issue fixed since 1.5.3