mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
Update install
This commit is contained in:
parent
e26748cbff
commit
da159a1706
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ source /usr/share/yunohost/helpers
|
|||
ynh_app_setting_set "$app" is_public "$is_public"
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl "${domain}${path_url}" -a "$app" \
|
||||
|| ynh_die "Path not available: ${domain}${path_url}"
|
||||
sudo yunohost app checkurl "${domain}" -a "$app" \
|
||||
|| ynh_die "Path not available: ${domain}"
|
||||
|
||||
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0C54D189F4BA284D
|
||||
|
|
Loading…
Reference in a new issue