diff --git a/conf/fakenode-deps.control b/conf/fakenode-deps.control index f56b272..d2e2a26 100644 --- a/conf/fakenode-deps.control +++ b/conf/fakenode-deps.control @@ -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 \ No newline at end of file diff --git a/conf/fakepostgres-deps.control b/conf/fakepostgres-deps.control new file mode 100644 index 0000000..150e26f --- /dev/null +++ b/conf/fakepostgres-deps.control @@ -0,0 +1,7 @@ +Section: misc +Priority: optional +Package: postgresql-client +Version: 9.1 +Depends: +Architecture: all +Description: Fake package for postgresql-client diff --git a/scripts/install b/scripts/install index 43bdcd6..6dc3440 100644 --- a/scripts/install +++ b/scripts/install @@ -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