From 745d1a4de24b5b9bdb031366b4e094d29709a02d Mon Sep 17 00:00:00 2001 From: sandervanvugt Date: Tue, 5 Mar 2024 09:45:31 +0100 Subject: [PATCH] message --- setup-container-new.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup-container-new.sh b/setup-container-new.sh index 55ab656..36c4427 100755 --- a/setup-container-new.sh +++ b/setup-container-new.sh @@ -34,12 +34,12 @@ then # (Install containerd) - sudo apt-get update && sudo apt-get install -y containerd + #sudo apt-get update && sudo apt-get install -y containerd # hopefully temporary bugfix as the containerd version provided in Ubu repo is tool old # added Jan 26th 2023 # this needs to be updated when a recent enough containerd version will be in Ubuntu repos - sudo systemctl stop containerd - # cleanup old files from previous attempt if existing + sudo systemctl stop containerd + cleanup old files from previous attempt if existing [ -d bin ] && rm -rf bin wget https://github.com/containerd/containerd/releases/download/v1.7.13/containerd-1.7.13-linux-${PLATFORM}.tar.gz tar xvf containerd-1.7.13-linux-${PLATFORM}.tar.gz