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:
parent
4c3d33fd69
commit
b7b11933cc
3 changed files with 3 additions and 3 deletions
|
@ -181,7 +181,7 @@ echo onlyoffice-documentserver onlyoffice/ds-port select ${port} | sudo debconf-
|
|||
ynh_print_info "Install OnlyOffice..."
|
||||
|
||||
wget $source
|
||||
ynh_package_install onlyoffice-documentserver_amd64.deb
|
||||
dpkg -i onlyoffice-documentserver_amd64.deb
|
||||
|
||||
#=================================================
|
||||
# MODIFY A CONFIG FILE
|
||||
|
|
|
@ -124,7 +124,7 @@ echo onlyoffice-documentserver onlyoffice/ds-port select ${port} | sudo debconf-
|
|||
ynh_print_info "Reinstalling OnlyOffice..."
|
||||
|
||||
wget $source
|
||||
ynh_package_install onlyoffice-documentserver_amd64.deb
|
||||
dpkg -i onlyoffice-documentserver_amd64.deb
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
|
@ -113,7 +113,7 @@ ynh_system_user_create $app $final_path
|
|||
ynh_print_info "Upgrading OnlyOffice..."
|
||||
|
||||
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.
|
||||
### 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue