3 lines
141 B
Bash
Executable file
3 lines
141 B
Bash
Executable file
#!/bin/sh
|
|
curl -LO https://github.com/rust-analyzer/rust-analyzer/releases/download/nightly/rust-analyzer-linux
|
|
chmod +x rust-analyzer-linux
|