Skip to content

Instantly share code, notes, and snippets.

@MattAtkinson
Created January 20, 2017 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattAtkinson/50b5d533113b45786869d5a239807933 to your computer and use it in GitHub Desktop.
Save MattAtkinson/50b5d533113b45786869d5a239807933 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd myworkspace
git clone https://github.com/CreatorDev/w1-switchcounter.git
workspacedir=$(readlink -f ./)
cd ../creator-sdk
echo src-link myworkspace $workspacedir >> feeds.conf.default
./scripts/feeds update -a && ./scripts/feeds install -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment