mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
6 lines
224 B
Bash
6 lines
224 B
Bash
ver="$(latest_release JohnnyMorganz/StyLua | sed 's/^v//')"
|
|
|
|
wget "https://github.com/JohnnyMorganz/StyLua/releases/download/v${ver}/stylua-linux.zip" -O stylua.zip
|
|
unzip stylua.zip
|
|
chmod +x stylua
|
|
cp stylua /usr/local/bin/
|