feat(): Begin init/oosh
installer script
This commit is contained in:
parent
4c114c7ee4
commit
6679297c2f
11
init/oosh
Normal file
11
init/oosh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env -iS HOME=${HOME} sh
|
||||
#http://www.etalabs.net/sh_tricks.html
|
||||
|
||||
OOSH_DIR=${HOME}/oosh
|
||||
|
||||
apk add bash bash-completion curl git nodejs-current npm
|
||||
#mkdir -p $OOSH_DIR
|
||||
git clone https://gitea.starconnect.ch/Public/nodejs-bash-completion.git $OOSH_DIR
|
||||
cd $OOSH_DIR
|
||||
git checkout dev
|
||||
npm install
|
Loading…
Reference in New Issue
Block a user