1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-03-09 05:49:58 -04:00

Depend on grep, not egrep

This commit is contained in:
Kevin MacMartin 2020-02-21 00:06:49 -05:00
parent 523165f5ba
commit 54a8781dd9

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Dependencies
deps=('composer' 'egrep' 'npm' 'php' 'sed')
deps=('composer' 'grep' 'npm' 'php' 'sed')
# Default settings
no_db=0