12 lines
300 B
Bash
12 lines
300 B
Bash
#!/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
|