From 1a3aac4eec0fb75155138a094a9dcf18d80be3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=B9=BF?= Date: Wed, 4 Mar 2026 19:11:17 +0800 Subject: [PATCH] Update prepare.sh --- prepare.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/prepare.sh b/prepare.sh index 8d3c0d4..3c6b101 100755 --- a/prepare.sh +++ b/prepare.sh @@ -35,13 +35,8 @@ wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION}p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION}.msi clients=( - "JumpServerClient_${CLIENT_VERSION}_x64_en-US.msi" "JumpServerClient_${CLIENT_VERSION}_x64-setup.exe" "JumpServerClient_${CLIENT_VERSION}_aarch64.dmg" - "JumpServerClient_${CLIENT_VERSION}_x64.dmg" - "JumpServerClient_${CLIENT_VERSION}_amd64.AppImage" - "JumpServerClient_${CLIENT_VERSION}_amd64.deb" - "JumpServerClient-${CLIENT_VERSION}-1.x86_64.rpm" ) for client in "${clients[@]}"; do wget "https://github.com/jumpserver/clients/releases/download/v${CLIENT_VERSION}/${client}"