From 0b0c3be4dc1a4f12b95ee83e7da00c592ba2e8f9 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Tue, 2 Dec 2014 23:28:20 +0100 Subject: [PATCH] Remove the juju.sh profile since juju could be used internally --- lib/core.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/core.sh b/lib/core.sh index e72a562..c4c6618 100644 --- a/lib/core.sh +++ b/lib/core.sh @@ -265,8 +265,6 @@ function build_image_juju(){ info "Copying JuJu scripts..." git clone https://github.com/fsquillace/juju.git ${maindir}/root/opt/juju - echo 'export PATH=$PATH:/opt/juju/bin' > ${maindir}/root/etc/profile.d/juju.sh - chmod +x ${maindir}/root/etc/profile.d/juju.sh info "Setting up the pacman keyring (this might take a while!)..." pacman --root ${maindir}/root --noconfirm -S psmisc