mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
Fix missing pcregrep
This commit is contained in:
parent
744e0c53b2
commit
9dffda5fbc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user