From a308138e0d08a4d64cfe4b54486a6d4fe0703cf6 Mon Sep 17 00:00:00 2001 From: Ryan Belgrave Date: Sat, 27 Jan 2018 09:58:18 -0600 Subject: [PATCH] update deli-cli --- centos/7/kickstart.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/7/kickstart.txt b/centos/7/kickstart.txt index 28f64e4..462e498 100644 --- a/centos/7/kickstart.txt +++ b/centos/7/kickstart.txt @@ -83,7 +83,7 @@ echo "virtual-guest" > /etc/tuned/active_profile yum -y update https://people.redhat.com/rmccabe/cloud-init/cloud-init-0.7.9-20.el7.x86_64.rpm # Install deli cli -curl -o /usr/local/bin/deli -L https://github.com/sandwichcloud/deli-cli/releases/download/0.0.20/deli_linux_amd64 +curl -o /usr/local/bin/deli -L https://github.com/sandwichcloud/deli-cli/releases/download/0.0.22/deli_linux_amd64 chmod +x /usr/local/bin/deli # Run deli before cloud-init-local