WIP: Merge 'dev' into 'main' #1
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