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

Fix .deb install

This commit is contained in:
yalh76 2019-03-01 11:32:49 +01:00
parent 4c3d33fd69
commit b7b11933cc
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -124,7 +124,7 @@ echo onlyoffice-documentserver onlyoffice/ds-port select ${port} | sudo debconf-
ynh_print_info "Reinstalling OnlyOffice..." ynh_print_info "Reinstalling OnlyOffice..."
wget $source wget $source
ynh_package_install onlyoffice-documentserver_amd64.deb dpkg -i onlyoffice-documentserver_amd64.deb
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION

View file

@ -113,7 +113,7 @@ ynh_system_user_create $app $final_path
ynh_print_info "Upgrading OnlyOffice..." ynh_print_info "Upgrading OnlyOffice..."
wget $source wget $source
ynh_package_install onlyoffice-documentserver_amd64.deb dpkg -i onlyoffice-documentserver_amd64.deb
### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script. ### 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. ### 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.