1
0
Fork 0
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:
Rafi59 2017-06-21 19:22:22 +02:00 committed by GitHub
parent 2d99b10240
commit de055b9a55

View file

@ -31,6 +31,7 @@ sudo yunohost app checkurl "${domain}" -a "$app" \
|| ynh_die "Path not available: ${domain}"
sudo apt-get -yy install apt-transport-https
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0C54D189F4BA284D
sudo echo 'deb https://collaboraoffice.com/repos/CollaboraOnline/CODE-debian8 ./' | sudo tee -a /etc/apt/sources.list
sudo apt-get update