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
be6e11af07
commit
86b2fd458c
1 changed files with 0 additions and 9 deletions
|
@ -33,15 +33,6 @@ sudo yunohost app checkurl "${domain}" -a "$app" \
|
||||||
|| ynh_die "Path not available: ${domain}"
|
|| ynh_die "Path not available: ${domain}"
|
||||||
|
|
||||||
|
|
||||||
# Check whether Nextcloud or Seafile is installed
|
|
||||||
nextcloud_install=$(collaboraonline_app_check_installation "nextcloud")
|
|
||||||
seafile_install=$(collaboraonline_app_check_installation "seafile")
|
|
||||||
if [[ -n "$nextcloud_install" ]]
|
|
||||||
then
|
|
||||||
elif [[ -n "$seafile_install" ]]
|
|
||||||
else
|
|
||||||
ynh_die "Nextcloud or Seafile is not installed"
|
|
||||||
fi
|
|
||||||
|
|
||||||
sudo apt-get -yy install apt-transport-https
|
sudo apt-get -yy install apt-transport-https
|
||||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0C54D189F4BA284D
|
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0C54D189F4BA284D
|
||||||
|
|
Loading…
Reference in a new issue