Skip to content

Commit

Permalink
Merge pull request #3 from gradus/master
Browse files Browse the repository at this point in the history
clone nodester into nodester user home dir
  • Loading branch information
alejandro committed Mar 19, 2012
2 parents f520eda + de2bca9 commit 2f0aff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Note: These scripts are still under development

## Disclaimer
**WARNING**
We're not responsible for whatever injuries/damage you could get from/by this script. Included but not limited to fried cats, zombie relatives or your fiacee suddenly turning nerdy.
We're not responsible for whatever injuries/damage you could get from/by this script. Included but not limited to fried cats, zombie relatives or your fiancee suddenly turning nerdy.

## Steps
Verify your environment and/or install dependencies by running "./dependencies_verify.sh"
Expand Down
3 changes: 3 additions & 0 deletions env_creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ case $whoami in
;;
esac

# TODO add git as sys dependency check in dependencies_verify.sh
sh -c "git clone https://github.com/nodester/nodester.git $NODESTER_HOME_DIR/nodester"

sh -c " mkdir -p $NODESTER_HOME_DIR/.ssh &&
echo $YOUR_PUB_KEY > $NODESTER_HOME_DIR/.ssh/authorized_keys &&
chmod -R 700 $NODESTER_HOME_DIR/.ssh &&
Expand Down

0 comments on commit 2f0aff8

Please sign in to comment.