From 68492cd5e01023ff8f7bd41b8d0a14f5b9a0673a Mon Sep 17 00:00:00 2001 From: Jairo Fernandez Date: Wed, 6 Nov 2024 12:41:47 -0500 Subject: [PATCH 1/2] fix: version --- virtual-datacenter/scripts/cloud-init | 2 +- virtual-datacenter/scripts/functions.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual-datacenter/scripts/cloud-init b/virtual-datacenter/scripts/cloud-init index cc321e0..cf39942 100644 --- a/virtual-datacenter/scripts/cloud-init +++ b/virtual-datacenter/scripts/cloud-init @@ -12,7 +12,7 @@ sudo apt update && sudo apt install \ libssl-dev \ zlib1g-dev \ liblzma-dev \ - vagrant \ + vagrant=2.4.1-1 \ qemu-kvm \ libvirt-daemon-system \ libvirt-dev \ diff --git a/virtual-datacenter/scripts/functions.sh b/virtual-datacenter/scripts/functions.sh index 55e1a6c..a2b228a 100644 --- a/virtual-datacenter/scripts/functions.sh +++ b/virtual-datacenter/scripts/functions.sh @@ -61,7 +61,7 @@ echo '------------------------------------'; \ sshCommand=$(civo_get_ssh_command) echo -e "${YELLOW}$sshCommand ${NOCOLOR}" - local branch="main" + local branch="fix/vagrant-version" local fullCommand="$sshCommand -tt 'vagrant plugin list | grep -q vagrant-libvirt || vagrant plugin install vagrant-libvirt; \ curl -sLO https://github.com/konstructio/colony/releases/download/${COLONY_CLI_VERSION}/colony_Linux_x86_64.tar.gz && tar -xvf colony_Linux_x86_64.tar.gz; \ From c560c4d6150f90b22feb2a8e73d0554ba1ade7e9 Mon Sep 17 00:00:00 2001 From: Jairo Fernandez Date: Wed, 6 Nov 2024 13:17:29 -0500 Subject: [PATCH 2/2] fix: set vagrant 2.4.1 --- virtual-datacenter/scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual-datacenter/scripts/functions.sh b/virtual-datacenter/scripts/functions.sh index a2b228a..55e1a6c 100644 --- a/virtual-datacenter/scripts/functions.sh +++ b/virtual-datacenter/scripts/functions.sh @@ -61,7 +61,7 @@ echo '------------------------------------'; \ sshCommand=$(civo_get_ssh_command) echo -e "${YELLOW}$sshCommand ${NOCOLOR}" - local branch="fix/vagrant-version" + local branch="main" local fullCommand="$sshCommand -tt 'vagrant plugin list | grep -q vagrant-libvirt || vagrant plugin install vagrant-libvirt; \ curl -sLO https://github.com/konstructio/colony/releases/download/${COLONY_CLI_VERSION}/colony_Linux_x86_64.tar.gz && tar -xvf colony_Linux_x86_64.tar.gz; \