mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-24 08:51:25 -05:00
Depend on grep, not egrep
This commit is contained in:
parent
523165f5ba
commit
54a8781dd9
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue