Reduce the need to read the shell script to figure out what's going on (#14077)
Release Notes: - N/A
This commit is contained in:
parent
4434353f73
commit
be5b7b2e70
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
# Downloads the latest tarball from https://zed.dev/releases and unpacks it
|
||||||
|
# into ~/.local/. If you'd prefer to do this manually, instructions are at
|
||||||
|
# https://zed.dev/docs/linux.
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
platform="$(uname -s)"
|
platform="$(uname -s)"
|
||||||
arch="$(uname -m)"
|
arch="$(uname -m)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue