mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
fix
This commit is contained in:
parent
cc24c508a7
commit
941f376182
3 changed files with 9 additions and 9 deletions
|
@ -4,12 +4,4 @@ Package: nodejs
|
|||
Version: 8.0.0
|
||||
Depends:
|
||||
Architecture: all
|
||||
Description: Fake package for nodejs
|
||||
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Package: postgresql-client
|
||||
Version: 9.1
|
||||
Depends:
|
||||
Architecture: all
|
||||
Description: Fake package for postgresql-client
|
||||
Description: Fake package for nodejs
|
7
conf/fakepostgres-deps.control
Normal file
7
conf/fakepostgres-deps.control
Normal file
|
@ -0,0 +1,7 @@
|
|||
Section: misc
|
||||
Priority: optional
|
||||
Package: postgresql-client
|
||||
Version: 9.1
|
||||
Depends:
|
||||
Architecture: all
|
||||
Description: Fake package for postgresql-client
|
|
@ -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/fakepostgres-deps.control
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue