This commit is contained in:
sandervanvugt 2024-03-05 13:10:40 +01:00
parent fdec84211f
commit 16501ee4e0

2
setup-container-latest-version.sh Normal file → Executable file
View File

@ -11,6 +11,8 @@ OSVERSION=$(hostnamectl | awk '/Operating/ { print $4 }')
[ $(arch) = aarch64 ] && PLATFORM=arm64
[ $(arch) = x86_64 ] && PLATFORM=amd64
sudo apt install -y jq
if [ $MYOS = "Ubuntu" ]
then
### setting up container runtime prereq