mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
--admin-password ain't needed since like 2 years or so
This commit is contained in:
parent
ff01ce573d
commit
859a3e8f03
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
||||||
#port="666" (PORT)
|
#port="666" (PORT)
|
||||||
|
|
||||||
sudo yunohost tools update --apps
|
sudo yunohost tools update --apps
|
||||||
sudo yunohost domain add $domain --admin-password $PASSWORD
|
sudo yunohost domain add $domain
|
||||||
sudo yunohost domain add $server_name --admin-password $PASSWORD
|
sudo yunohost domain add $server_name
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/tree/testing -a "domain=$domain&server_name=$server_name&is_public=$is_public&jitsi_server=$jitsi_server" --force
|
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/tree/testing -a "domain=$domain&server_name=$server_name&is_public=$is_public&jitsi_server=$jitsi_server" --force
|
||||||
# sudo yunohost app install https://github.com/tituspijean/zerotier_ynh --force
|
# sudo yunohost app install https://github.com/tituspijean/zerotier_ynh --force
|
||||||
; Manifest
|
; Manifest
|
||||||
|
|
Loading…
Add table
Reference in a new issue