Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWITCH IT Services
Patch Management
Commits
b8bd1e13
Commit
b8bd1e13
authored
Apr 01, 2022
by
Adrian Bühler
Browse files
Update rancherdesktop
Updated `rancherdesktop` to distinguish between i386 and arm64.
parent
ec0b31c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Installomator/Installomator.zsh
View file @
b8bd1e13
...
...
@@ -3802,8 +3802,13 @@ ramboxce)
rancherdesktop
)
name
=
"Rancher.Desktop-1.0.0-mac"
type
=
"zip"
archiveName
=
"Rancher.Desktop-[0-9.]*-mac.zip"
downloadURL
=
"
$(
downloadURLFromGit rancher-sandbox rancher-desktop
)
"
if
[[
$(
arch
)
==
"arm64"
]]
;
then
archiveName
=
"Rancher.Desktop-[0-9.]*-mac.aarch64.zip"
downloadURL
=
"
$(
downloadURLFromGit rancher-sandbox rancher-desktop
)
"
elif
[[
$(
arch
)
==
"i386"
]]
;
then
archiveName
=
"Rancher.Desktop-[0-9.]*-mac.x86_64.zip"
downloadURL
=
"
$(
downloadURLFromGit rancher-sandbox rancher-desktop
)
"
fi
appNewVersion
=
"
$(
versionFromGit rancher-sandbox rancher-desktop
)
"
expectedTeamID
=
"2Q6FHJR3H3"
appName
=
"Rancher Desktop.app"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment