From 866c4de1c47ff3b118efd34e3b140ecb7b8b58bc Mon Sep 17 00:00:00 2001 From: Raphael Bottino Date: Wed, 19 Apr 2023 11:23:55 -0500 Subject: [PATCH] Fixing for Linux (#11) --- pull-scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-scan.sh b/pull-scan.sh index aa3ab9f..b1ae97d 100644 --- a/pull-scan.sh +++ b/pull-scan.sh @@ -1,7 +1,7 @@ #!/bin/bash # Install cli on latest version -curl -s -L https://gist.githubusercontent.com/raphabot/abae09b46c29afc7c3b918b7b8ec2a5c/raw/90c24ac0eb5235819bbb3ee7f575500d7debfcfb/tmas-install.sh | bash +curl -s -L https://gist.githubusercontent.com/raphabot/abae09b46c29afc7c3b918b7b8ec2a5c/raw/d487342fd4b473b585b81f2c165c338f3ce8ccd0/tmas-install.sh | bash # Sets default value for IMAGE_TARBALL IMAGE_TARBALL="image.tar"