1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Fix install

This commit is contained in:
yalh76 2019-03-01 12:22:49 +01:00
parent 0dc1c6aca8
commit 6a76112b83
3 changed files with 3 additions and 3 deletions

View file

@ -189,7 +189,7 @@ echo onlyoffice-documentserver onlyoffice/ds-port select ${port} | sudo debconf-
ynh_print_info "Install OnlyOffice..."
wget $source
apt install ./onlyoffice-documentserver_amd64.deb
apt install -y ./onlyoffice-documentserver_amd64.deb
#=================================================
# MODIFY A CONFIG FILE

View file

@ -132,7 +132,7 @@ echo onlyoffice-documentserver onlyoffice/ds-port select ${port} | sudo debconf-
ynh_print_info "Reinstalling OnlyOffice..."
wget $source
apt install ./onlyoffice-documentserver_amd64.deb
apt install -y ./onlyoffice-documentserver_amd64.deb
#=================================================
# GENERIC FINALIZATION

View file

@ -128,7 +128,7 @@ echo "deb http://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /e
ynh_print_info "Upgrading OnlyOffice..."
wget $source
apt install ./onlyoffice-documentserver_amd64.deb
apt install -y ./onlyoffice-documentserver_amd64.deb
### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script.
### And create a backup of this file if the checksum is different. So the file will be backed up if the admin had modified it.