From c70cedb2e2ae131d964f3869ae137a3064a6b9cb Mon Sep 17 00:00:00 2001 From: sandervanvugt Date: Thu, 30 Oct 2025 08:56:10 +0100 Subject: [PATCH] message --- install-cri.sh | 2 +- setup-container.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-cri.sh b/install-cri.sh index e574500..ee2a67e 100755 --- a/install-cri.sh +++ b/install-cri.sh @@ -11,7 +11,7 @@ OSVERSION=$(hostnamectl | awk '/Operating/ { print $4 }') [ $(arch) = aarch64 ] && PLATFORM=arm64 [ $(arch) = x86_64 ] && PLATFORM=amd64 -sudo apt install -y jq +sudo apt install -y jq curl wget vim git if [ $MYOS = "Ubuntu" ] then diff --git a/setup-container.sh b/setup-container.sh index e574500..ee2a67e 100755 --- a/setup-container.sh +++ b/setup-container.sh @@ -11,7 +11,7 @@ OSVERSION=$(hostnamectl | awk '/Operating/ { print $4 }') [ $(arch) = aarch64 ] && PLATFORM=arm64 [ $(arch) = x86_64 ] && PLATFORM=amd64 -sudo apt install -y jq +sudo apt install -y jq curl wget vim git if [ $MYOS = "Ubuntu" ] then