From d2d131cefb6d200b431c125a237bb58bd88cce85 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Fri, 19 Jul 2013 17:32:42 -0400 Subject: [PATCH] Fix binary name for apt repository Signed-off-by: Adam Stokes --- boxes/common/install-salt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/common/install-salt b/boxes/common/install-salt index 033742b..daab9ab 100755 --- a/boxes/common/install-salt +++ b/boxes/common/install-salt @@ -4,7 +4,7 @@ cache=`readlink -f .` rootfs="${cache}/rootfs" echo "installing salt" -chroot $rootfs add-apt-repository -y ppa:saltstack/salt +chroot $rootfs apt-add-repository -y ppa:saltstack/salt chroot $rootfs apt-get update chroot $rootfs apt-get install salt-minion -y --force-yes