Fix binary name for apt repository

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
This commit is contained in:
Adam Stokes 2013-07-19 17:32:42 -04:00
parent 5b5719295d
commit d2d131cefb

View file

@ -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