1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00
This commit is contained in:
liberodark 2018-11-06 19:31:47 +01:00
parent cc24c508a7
commit 941f376182
3 changed files with 9 additions and 9 deletions

View file

@ -5,11 +5,3 @@ Version: 8.0.0
Depends: Depends:
Architecture: all Architecture: all
Description: Fake package for nodejs Description: Fake package for nodejs
Section: misc
Priority: optional
Package: postgresql-client
Version: 9.1
Depends:
Architecture: all
Description: Fake package for postgresql-client

View file

@ -0,0 +1,7 @@
Section: misc
Priority: optional
Package: postgresql-client
Version: 9.1
Depends:
Architecture: all
Description: Fake package for postgresql-client

View file

@ -116,6 +116,7 @@ echo onlyoffice-documentserver onlyoffice/ds-port select 9980 | sudo debconf-set
#============================================== #==============================================
ynh_package_install_from_equivs ../conf/fakenode-deps.control ynh_package_install_from_equivs ../conf/fakenode-deps.control
ynh_package_install_from_equivs ../conf/fakepostgres-deps.control
wget --no-verbose https://github.com/ONLYOFFICE/DocumentServer/releases/download/ONLYOFFICE-DocumentServer-5.2.3/onlyoffice-documentserver_amd64.deb wget --no-verbose https://github.com/ONLYOFFICE/DocumentServer/releases/download/ONLYOFFICE-DocumentServer-5.2.3/onlyoffice-documentserver_amd64.deb
dpkg --install onlyoffice-documentserver_amd64.deb dpkg --install onlyoffice-documentserver_amd64.deb