setup directory and clone from githhub
mkdir ~/.local
cd ~/.local
git clone https://github.com/joyent/node.git
cd node
!!! 5 | |
//if lt IE 7 | |
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> | |
//if IE 7 | |
<html class="no-js lt-ie9 lt-ie8"> | |
//if IE 8 | |
<html class="no-js lt-ie9"> | |
//[if gt IE 8]><! | |
html(class='no-js') | |
//<![endif] |
#!/bin/sh | |
## current 1 liner | |
# wget http://url.com/ubuntu-setup.sh && chmod 700 ubuntu-setup.sh && ./ubuntu-setup.sh | |
# use raw url from github ;] | |
echo "Choose setup: user, setup, or mail" | |
read choice | |
if [ $choice = user ] |
setup directory and clone from githhub
mkdir ~/.local
cd ~/.local
git clone https://github.com/joyent/node.git
cd node
###Video