@@ -26,11 +26,11 @@ The binary is built on using `ubuntu-latest`. You can find what is included in
26
26
### macOS - arm64
27
27
28
28
``` shell
29
- # Get the version at https://github.com/codefresh-support /codefresh-support-package/releases
29
+ # Get the version at https://github.com/codefresh-io /codefresh-support-package/releases
30
30
VERSION=v#.# .#
31
31
32
32
# download and extract the binary
33
- 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_darwin_arm64 > cf-support
33
+ curl -L --output - https://github.com/codefresh-io /codefresh-support-package/releases/download/$VERSION /cf-support_darwin_arm64.tar.gz | tar -zx -O cf-support_darwin_arm64 > cf-support
34
34
35
35
# set execution to binary
36
36
chmod +x cf-support
@@ -42,11 +42,11 @@ chmod +x cf-support
42
42
### macOS - amd64
43
43
44
44
``` shell
45
- # Get the version at https://github.com/codefresh-support /codefresh-support-package/releases
45
+ # Get the version at https://github.com/codefresh-io /codefresh-support-package/releases
46
46
VERSION=v#.# .#
47
47
48
48
# download and extract the binary
49
- 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_darwin_amd64 > cf-support
49
+ curl -L --output - https://github.com/codefresh-io /codefresh-support-package/releases/download/$VERSION /cf-support_darwin_amd64.tar.gz | tar -zx -O cf-support_darwin_amd64 > cf-support
50
50
51
51
# set execution to binary
52
52
chmod +x cf-support
@@ -58,11 +58,11 @@ chmod +x cf-support
58
58
### linux - arm64
59
59
60
60
``` shell
61
- # Get the version at https://github.com/codefresh-support /codefresh-support-package/releases
61
+ # Get the version at https://github.com/codefresh-io /codefresh-support-package/releases
62
62
VERSION=v#.# .#
63
63
64
64
# download and extract the binary
65
- 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_linux_arm64 > cf-support
65
+ curl -L --output - https://github.com/codefresh-io /codefresh-support-package/releases/download/$VERSION /cf-support_linux_arm64.tar.gz | tar -zx -O cf-support_linux_arm64 > cf-support
66
66
67
67
# set execution to binary
68
68
chmod +x cf-support
@@ -74,11 +74,11 @@ chmod +x cf-support
74
74
### linux - amd64
75
75
76
76
``` shell
77
- # Get the version at https://github.com/codefresh-support /codefresh-support-package/releases
77
+ # Get the version at https://github.com/codefresh-io /codefresh-support-package/releases
78
78
VERSION=v#.# .#
79
79
80
80
# download and extract the binary
81
- 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_linux_amd64 > cf-support
81
+ curl -L --output - https://github.com/codefresh-io /codefresh-support-package/releases/download/$VERSION /cf-support_linux_amd64.tar.gz | tar -zx -O cf-support_linux_amd64 > cf-support
82
82
83
83
# set execution to binary
84
84
chmod +x cf-support
@@ -89,7 +89,7 @@ chmod +x cf-support
89
89
90
90
### Windows - amd6
91
91
92
- 1 . Go the the [ Latest] ( https://github.com/codefresh-support /codefresh-support-package/releases/latest ) release.
92
+ 1 . Go the the [ Latest] ( https://github.com/codefresh-io /codefresh-support-package/releases/latest ) release.
93
93
1 . Download the cf-support_windows_amd64.zip file
94
94
1 . Run the ` .exe ` file via CMD or PowerShell
95
95
0 commit comments