Fix missing pcregrep

This commit is contained in:
Marcel 2020-07-24 12:31:57 +00:00
parent 744e0c53b2
commit 9dffda5fbc
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@ upload_to_fdroid_repo:
##
- 'which rsync || (sudo apt-get update -y && sudo apt-get install rsync -y )'
##
## Install pcregrep if not already installed.
##
- 'which pcregrep || (sudo apt-get update -y && sudo apt-get install pcregrep -y )'
##
## Run ssh-agent (inside the build environment)
##
- eval $(ssh-agent -s)