summaryrefslogtreecommitdiffstats
path: root/install.sh
blob: 7ae6233ccba9362577f563413ea7a030d00d8dcc (plain)
1
2
3
4
5
6
#!/bin/bash

VERSION=v1.0

curl -L https://github.com/cjbassi/gotop/releases/download/$VERSION/gotop > /usr/bin/gotop
chmod +x /usr/bin/gotop