Skip to content

Instantly share code, notes, and snippets.

@notnoopci
Created February 7, 2014 19:05
Show Gist options
  • Save notnoopci/8869524 to your computer and use it in GitHub Desktop.
Save notnoopci/8869524 to your computer and use it in GitHub Desktop.
curl -L -o /tmp/grunt-cli.tar.gz http://circle-support-bucket.s3.amazonaws.com/grunt-cli.tar.gz
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.10.22/lib/node_modules/
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.8.2/lib/node_modules/
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.8.12/lib/node_modules/
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.8.19/lib/node_modules/
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.8.22/lib/node_modules/
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.10.0/lib/node_modules/
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.10.5/lib/node_modules/
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.10.11/lib/node_modules/
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.10.20/lib/node_modules/
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.10.21/lib/node_modules/
tar -xzf /tmp/grunt-cli.tar.gz -C /home/ubuntu/nvm/v0.10.22/lib/node_modules/
ln -s /home/ubuntu/nvm/v0.8.2/lib/node_modules/grunt-cli/bin/grunt /home/ubuntu/nvm/v0.8.2/bin/grunt
ln -s /home/ubuntu/nvm/v0.8.12/lib/node_modules/grunt-cli/bin/grunt /home/ubuntu/nvm/v0.8.12/bin/grunt
ln -s /home/ubuntu/nvm/v0.8.19/lib/node_modules/grunt-cli/bin/grunt /home/ubuntu/nvm/v0.8.19/bin/grunt
ln -s /home/ubuntu/nvm/v0.8.22/lib/node_modules/grunt-cli/bin/grunt /home/ubuntu/nvm/v0.8.22/bin/grunt
ln -s /home/ubuntu/nvm/v0.10.0/lib/node_modules/grunt-cli/bin/grunt /home/ubuntu/nvm/v0.10.0/bin/grunt
ln -s /home/ubuntu/nvm/v0.10.5/lib/node_modules/grunt-cli/bin/grunt /home/ubuntu/nvm/v0.10.5/bin/grunt
ln -s /home/ubuntu/nvm/v0.10.11/lib/node_modules/grunt-cli/bin/grunt /home/ubuntu/nvm/v0.10.11/bin/grunt
ln -s /home/ubuntu/nvm/v0.10.20/lib/node_modules/grunt-cli/bin/grunt /home/ubuntu/nvm/v0.10.20/bin/grunt
ln -s /home/ubuntu/nvm/v0.10.21/lib/node_modules/grunt-cli/bin/grunt /home/ubuntu/nvm/v0.10.21/bin/grunt
ln -s /home/ubuntu/nvm/v0.10.22/lib/node_modules/grunt-cli/bin/grunt /home/ubuntu/nvm/v0.10.22/bin/grunt
chown ubuntu:ubuntu /home/ubuntu/nvm/v0.8.2/bin/grunt
chown ubuntu:ubuntu /home/ubuntu/nvm/v0.8.12/bin/grunt
chown ubuntu:ubuntu /home/ubuntu/nvm/v0.8.19/bin/grunt
chown ubuntu:ubuntu /home/ubuntu/nvm/v0.8.22/bin/grunt
chown ubuntu:ubuntu /home/ubuntu/nvm/v0.10.0/bin/grunt
chown ubuntu:ubuntu /home/ubuntu/nvm/v0.10.5/bin/grunt
chown ubuntu:ubuntu /home/ubuntu/nvm/v0.10.11/bin/grunt
chown ubuntu:ubuntu /home/ubuntu/nvm/v0.10.20/bin/grunt
chown ubuntu:ubuntu /home/ubuntu/nvm/v0.10.21/bin/grunt
chown ubuntu:ubuntu /home/ubuntu/nvm/v0.10.22/bin/grunt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment