Use long option format

This commit is contained in:
Ohad Livne 2025-06-04 22:46:12 +03:00
parent b1f7856064
commit d4a6759750
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -1,5 +1,5 @@
#! /usr/bin/sh
mkdir -p ~/.local/bin
curl -L https://github.com/rust-lang/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz | gunzip -c - > ~/.local/bin/rust-analyzer
curl --location https://github.com/rust-lang/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz | gunzip --to-stdout - > ~/.local/bin/rust-analyzer
chmod +x ~/.local/bin/rust-analyzer