Skip to content

Instantly share code, notes, and snippets.

@jamesbeedy
Last active October 28, 2016 20:20
Show Gist options
  • Select an option

  • Save jamesbeedy/2aee3807a2c2de3e1bc508590afb5c9b to your computer and use it in GitHub Desktop.

Select an option

Save jamesbeedy/2aee3807a2c2de3e1bc508590afb5c9b to your computer and use it in GitHub Desktop.
#!/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