Fix binary name for apt repository
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
This commit is contained in:
parent
5b5719295d
commit
d2d131cefb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue