mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Merge pull request #11 from YunoHost-Apps/fix-no-tty
[fix] Install fail with no tty
This commit is contained in:
commit
b5a04d7214
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ echo onlyoffice-documentserver onlyoffice/ds-port select ${port} | sudo debconf-
|
|||
ynh_print_info "Install OnlyOffice..."
|
||||
|
||||
wget $source
|
||||
apt install -y ./onlyoffice-documentserver_amd64.deb
|
||||
ynh_package_install ./onlyoffice-documentserver_amd64.deb
|
||||
|
||||
#=================================================
|
||||
# MODIFY A CONFIG FILE
|
||||
|
|
Loading…
Add table
Reference in a new issue