mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Ugly hack to install new deps in debian/control
This commit is contained in:
parent
5d811e2b39
commit
0b24aa68d5
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ postinstall:
|
|||
image: before-postinstall
|
||||
stage: postinstall
|
||||
script:
|
||||
- apt install --no-install-recommends -y $(cat debian/control | grep "^Depends" -A50 | grep "Recommends:" -B50 | grep "^ *," | grep -o -P "[\w\-]{3,}")
|
||||
- yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns
|
||||
|
||||
########################################
|
||||
|
|
Loading…
Add table
Reference in a new issue