@@ -25,7 +25,7 @@ This project is designed to gather data from Codefresh Hybrid Runtimes OnPrem is
25
25
VERSION=$( curl --silent " https://api.github.com/repos/codefresh-support/codefresh-support-package/releases/latest" | jq -r " .tag_name" )
26
26
27
27
# download and extract the binary
28
- curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_darwin_arm64.tar.gz | tar zx -O > cf-support
28
+ curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_darwin_arm64.tar.gz | tar - zx -O cf-support > cf-support
29
29
30
30
# set execution to binary
31
31
chmod +x cf-support
@@ -41,7 +41,7 @@ chmod +x cf-support
41
41
VERSION=$( curl --silent " https://api.github.com/repos/codefresh-support/codefresh-support-package/releases/latest" | jq -r " .tag_name" )
42
42
43
43
# download and extract the binary
44
- curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_darwin_amd64.tar.gz | tar zx -O > cf-support
44
+ curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_darwin_amd64.tar.gz | tar - zx -O cf-support > cf-support
45
45
46
46
# set execution to binary
47
47
chmod +x cf-support
@@ -57,7 +57,7 @@ chmod +x cf-support
57
57
VERSION=$( curl --silent " https://api.github.com/repos/codefresh-support/codefresh-support-package/releases/latest" | jq -r " .tag_name" )
58
58
59
59
# download and extract the binary
60
- curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_linux_arm64.tar.gz | tar zx -O > cf-support
60
+ curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_linux_arm64.tar.gz | tar - zx -O cf-support > cf-support
61
61
62
62
# set execution to binary
63
63
chmod +x cf-support
@@ -73,7 +73,7 @@ chmod +x cf-support
73
73
VERSION=$( curl --silent " https://api.github.com/repos/codefresh-support/codefresh-support-package/releases/latest" | jq -r " .tag_name" )
74
74
75
75
# download and extract the binary
76
- curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_linux_amd64.tar.gz | tar zx -O > cf-support
76
+ curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_linux_amd64.tar.gz | tar - zx -O cf-support > cf-support
77
77
78
78
# set execution to binary
79
79
chmod +x cf-support
0 commit comments