Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down