mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -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
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
deps=('composer' 'egrep' 'npm' 'php' 'sed')
|
deps=('composer' 'grep' 'npm' 'php' 'sed')
|
||||||
|
|
||||||
# Default settings
|
# Default settings
|
||||||
no_db=0
|
no_db=0
|
||||||
|
|
Loading…
Reference in a new issue