diff options
Diffstat (limited to 'charms/trusty/kafka/tests/00-setup')
-rwxr-xr-x | charms/trusty/kafka/tests/00-setup | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/charms/trusty/kafka/tests/00-setup b/charms/trusty/kafka/tests/00-setup new file mode 100755 index 0000000..36549ea --- /dev/null +++ b/charms/trusty/kafka/tests/00-setup @@ -0,0 +1,5 @@ +#!/bin/bash + +sudo add-apt-repository ppa:juju/stable -y +sudo apt-get update +sudo apt-get install python3 amulet -y |