mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
try with ynh_package_install
This commit is contained in:
parent
fcd662da5f
commit
b4514d647b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ _install_onlyoffice_deb() {
|
||||||
# running the install...
|
# running the install...
|
||||||
|
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
dpkg -i $install_dir/onlyoffice-documentserver.deb
|
ynh_package_install $install_dir/onlyoffice-documentserver.deb
|
||||||
}
|
}
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue