Replies: 1 comment 1 reply
|
mikedoy try to fetch |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Instead of :
pseudo code:
latest_ver = curl -sI https://github.com/microsoft/terminal/releases/latest | grep location:
version := path.Base(latest_ver)
versionNoV := version[1:]
wtfisthis := "8wekyb3d8bbwe"
base_url = "https://github.com/microsoft/terminal/releases/download"
msi_url = fmt.Sprintf("%s/%s/Microsoft.WindowsTerminal_%s_%s.msixbundle", base_url, version, versionNoV, wtfisthis)
All reactions