mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Add documentserver repository
This commit is contained in:
parent
b7b11933cc
commit
d7a43b92d0
3 changed files with 31 additions and 0 deletions
|
@ -92,6 +92,14 @@ ynh_print_info "Add nodejs repository..."
|
||||||
|
|
||||||
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
|
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# ADD ONLYOFFICE REPOSITORY
|
||||||
|
#=================================================
|
||||||
|
ynh_print_info "Add OnlyOffice repository..."
|
||||||
|
|
||||||
|
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
|
||||||
|
echo "deb http://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL DEPENDENCIES
|
# INSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -94,6 +94,14 @@ ynh_print_info "Add nodejs repository..."
|
||||||
|
|
||||||
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
|
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# ADD ONLYOFFICE REPOSITORY
|
||||||
|
#=================================================
|
||||||
|
ynh_print_info "Add OnlyOffice repository..."
|
||||||
|
|
||||||
|
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
|
||||||
|
echo "deb http://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REINSTALL DEPENDENCIES
|
# REINSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -107,6 +107,21 @@ ynh_system_user_create $app $final_path
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC UPGRADE
|
# SPECIFIC UPGRADE
|
||||||
|
#=================================================
|
||||||
|
# ADD NODEJS REPOSITORY
|
||||||
|
#=================================================
|
||||||
|
ynh_print_info "Add nodejs repository..."
|
||||||
|
|
||||||
|
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# ADD ONLYOFFICE REPOSITORY
|
||||||
|
#=================================================
|
||||||
|
ynh_print_info "Add OnlyOffice repository..."
|
||||||
|
|
||||||
|
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
|
||||||
|
echo "deb http://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# UPGRADE ONLYOFFICE
|
# UPGRADE ONLYOFFICE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue