scripts: add install trunk script

This commit is contained in:
lelgenio 2022-03-01 10:48:10 -03:00
parent 3db13bc10d
commit 6a7814e675
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/sh
REPO=https://github.com/thedodd/trunk
VERSION=v0.14.0
cd "$HOME/.local/bin"
wget -qO- "$REPO/releases/download/$VERSION/trunk-x86_64-unknown-linux-gnu.tar.gz" |
tar -xzf-