We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850000d commit 53c4bc1Copy full SHA for 53c4bc1
2 files changed
prepare.sh
@@ -44,7 +44,7 @@ clients=(
44
"JumpServerClient-${CLIENT_VERSION}-1.x86_64.rpm"
45
)
46
for client in "${clients[@]}"; do
47
- wget "https://github.com/jumpserver/clients/releases/download/${CLIENT_VERSION}/${client}"
+ wget "https://github.com/jumpserver/clients/releases/download/v${CLIENT_VERSION}/${client}"
48
done
49
50
for arch in x64 arm64; do
versions.txt
@@ -11,4 +11,4 @@ OPENSSH_VERSION=v9.4.0.0
11
MONGOSH_VERSION=2.2.12
12
TINKER_VERSION=v0.2.2
13
VIDEO_PLAYER_VERSION=0.6.0
14
-CLIENT_VERSION=v4.0.0
+CLIENT_VERSION=4.0.0
0 commit comments