blob: 87798154bd45d08185c26dc35ed1efbe3a2f51bf (
plain)
1
2
3
4
|
ver="$(latest_release Enter-tainer/typstyle)"
wget "https://github.com/Enter-tainer/typstyle/releases/download/${ver}/typstyle-x86_64-unknown-linux-gnu " -O /usr/local/bin/typstyle
chmod +x /usr/local/bin/typstyle
|