Skip to content

Commit

Permalink
Edited download.sh via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
nibblebot committed May 19, 2011
1 parent e658268 commit 8954132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions download.sh 100755 → 100644
Expand Up @@ -28,6 +28,9 @@ tar xzf /tmp/rekon.tar.gz -C /tmp/extract-rekon
# Move crazy gitub adamhunter-sha directory to standardized path
mv -f /tmp/extract-rekon/*/* /tmp/rekon/

# Enable execution bit for install script
chmod u+x /tmp/rekon/install.sh

# Run downloaded installer script
/tmp/rekon/install.sh $node;

Expand Down

0 comments on commit 8954132

Please sign in to comment.