1
0
Fork 0
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:
Kayou 2024-08-01 16:53:34 +02:00 committed by GitHub
parent fcd662da5f
commit b4514d647b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ _install_onlyoffice_deb() {
# running the install...
ynh_setup_source --dest_dir="$install_dir"
dpkg -i $install_dir/onlyoffice-documentserver.deb
ynh_package_install $install_dir/onlyoffice-documentserver.deb
}
#=================================================