message
This commit is contained in:
parent
fdec84211f
commit
16501ee4e0
2
setup-container-latest-version.sh
Normal file → Executable file
2
setup-container-latest-version.sh
Normal file → Executable file
@ -11,6 +11,8 @@ OSVERSION=$(hostnamectl | awk '/Operating/ { print $4 }')
|
|||||||
[ $(arch) = aarch64 ] && PLATFORM=arm64
|
[ $(arch) = aarch64 ] && PLATFORM=arm64
|
||||||
[ $(arch) = x86_64 ] && PLATFORM=amd64
|
[ $(arch) = x86_64 ] && PLATFORM=amd64
|
||||||
|
|
||||||
|
sudo apt install -y jq
|
||||||
|
|
||||||
if [ $MYOS = "Ubuntu" ]
|
if [ $MYOS = "Ubuntu" ]
|
||||||
then
|
then
|
||||||
### setting up container runtime prereq
|
### setting up container runtime prereq
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user