File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ sudo apt-get install -y python3-pip && pip3 install psutil
5050if [ -x " $( command -v go) " ]; then
5151 echo " Go has already been installed"
5252else
53- wget --continue --quiet https://go.dev/dl/go1.20.4 .linux-amd64.tar.gz
54- sudo tar -C /usr/local -xzf go1.20.4 .linux-amd64.tar.gz
53+ wget --continue --quiet https://go.dev/dl/go1.24.5 .linux-amd64.tar.gz
54+ sudo tar -C /usr/local -xzf go1.24.5 .linux-amd64.tar.gz
5555 export PATH=$PATH :/usr/local/go/bin
5656 sudo sh -c " echo 'export PATH=\$ PATH:/usr/local/go/bin' >> /etc/profile"
5757fi
@@ -76,7 +76,7 @@ sudo apt-get -y install containerd kubernetes-cni >> /dev/null
7676# Install Firecracker
7777ARCH=" $( uname -m) "
7878release_url=" https://github.com/firecracker-microvm/firecracker/releases"
79- latest=$( basename $( curl -fsSLI -o /dev/null -w %{url_effective} ${release_url} /latest ) )
79+ latest=" v1.5.0 "
8080curl -L ${release_url} /download/${latest} /firecracker-${latest} -${ARCH} .tgz \
8181| tar -xz
8282sudo mv release-${latest} -$( uname -m) /usr/local/bin/firecracker
You can’t perform that action at this time.
0 commit comments