File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,14 @@ wget ${DOWNLOAD_URL}/public/Tinker_Installer_${TINKER_VERSION}.exe
2929
3030mkdir -p ${DOWNLOAD_DIR} /public
3131cd ${DOWNLOAD_DIR} /public || exit 1
32- wget ${DOWNLOAD_URL} /public/Microsoft_Remote_Desktop_${MRD_VERSION} _installer.pkg
33- wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION} /JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION} .dmg
34- wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION} /JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION} .exe
32+ # wget ${DOWNLOAD_URL}/public/Microsoft_Remote_Desktop_${MRD_VERSION}_installer.pkg
33+ # wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.dmg
34+ # wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.exe
3535wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION} p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION} .msi
3636
3737clients=(
3838 " JumpServerClient_${CLIENT_VERSION} _x64-setup.exe"
3939 " JumpServerClient_${CLIENT_VERSION} _aarch64.dmg"
40- " JumpServerClient_${CLIENT_VERSION} _x64.dmg"
4140)
4241for client in " ${clients[@]} " ; do
4342 wget " https://github.com/jumpserver/clients/releases/download/v${CLIENT_VERSION} /${client} "
You can’t perform that action at this time.
0 commit comments