Last active
October 28, 2016 20:20
-
-
Save jamesbeedy/2aee3807a2c2de3e1bc508590afb5c9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| # Export variables needed to build charms | |
| echo "export CHARM_ROOT=$HOME/allcode/charms” >> ~/.bashrc | |
| echo "export LAYER_PATH=$CHARM_ROOT/layers” >> ~/.bashrc 12:31 | |
| echo "export INTERFACE_PATH=$CHARM_ROOT/interfaces” >> ~/.bashrc | |
| echo "export JUJU_REPOSITORY=$CHARM_ROOT/repo” >> ~/.bashrc 12:32 | |
| source ~/.bashrc | |
| mkdir ~/allcode | |
| git clone [email protected]:creativedrive/charms.git | |
| cd alcode/charms/layers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment