This commit is contained in:
sandervanvugt 2025-10-30 08:56:10 +01:00
parent 1106909632
commit c70cedb2e2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ 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 sudo apt install -y jq curl wget vim git
if [ $MYOS = "Ubuntu" ] if [ $MYOS = "Ubuntu" ]
then then

View File

@ -11,7 +11,7 @@ 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 sudo apt install -y jq curl wget vim git
if [ $MYOS = "Ubuntu" ] if [ $MYOS = "Ubuntu" ]
then then