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