Skip to content

Instantly share code, notes, and snippets.

View UDXS's full-sized avatar

Davit Markarian UDXS

  • UC San Diego
View GitHub Profile
@UDXS
UDXS / run.sh
Created July 29, 2018 11:27
Install Noble
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm i 9
npm i -g npm
n=$(which node); \
n=${n%/bin/node}; \
chmod -R 755 $n/bin/*; \
sudo cp -r $n/{bin,lib,share} /usr/local
mkdir ~/Documents/uBitSSDP