hi, i tryied your solution..
it works, but maybe this “yunohost apt update" is not correct.
~$ yunohost apt update
Error: yunohost command must be run as root or with sudo.
lllll@server:~$ su
Password:
root@server:/home/llll# yunohost apt update
usage: yunohost
{user,domain,app,backup,settings,service,firewall,dyndns,tools,hook,log,diagnosis,storage}
…
[-h] [–output-as {json,plain,none}] [–debug] [–quiet]
[–version] [–timeout ==SUPPRESS==]
yunohost: error: argument {user,domain,app,backup,settings,service,firewall,dyndns,tools,hook,log,diagnosis,storage}: invalid choice: ‘apt’ (choose from ‘user’, ‘domain’, ‘app’, ‘backup’, ‘settings’, ‘service’, ‘firewall’, ‘dyndns’, ‘tools’, ‘hook’, ‘log’, ‘diagnosis’, ‘storage’)
But it works without it!
Thank you!