Remove bin/
This commit is contained in:
parent
f37fe8e45d
commit
89cb4a664d
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
find_dep() {
|
||||
dep=$1
|
||||
which $dep > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo found: $dep
|
||||
else
|
||||
echo error: $dep is required, but not installed
|
||||
fi
|
||||
}
|
||||
|
||||
find_dep ruby
|
||||
find_dep bundle
|
||||
find_dep node
|
||||
find_dep npm
|
||||
find_dep nginx
|
||||
find_dep doas
|
Loading…
Reference in a new issue