summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-13 16:26:28 -0600
committerSean E. Russell <ser@ser1.net>2020-02-13 16:26:28 -0600
commit38d7736ca07da3d7c075ff63641d9dd97baa3900 (patch)
tree6b2e648edcd5f984b59aa9a68ef0ce124f6417af /scripts
parent47413695cec2be72f12b29339ff2cc0767d10929 (diff)
Switching maintainership.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/download.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/download.sh b/scripts/download.sh
index a525b2a..4c1ec75 100755
--- a/scripts/download.sh
+++ b/scripts/download.sh
@@ -8,9 +8,9 @@ function get_latest_release {
}
function download {
- RELEASE=$(get_latest_release 'cjbassi/gotop')
+ RELEASE=$(get_latest_release 'xxxserxxx/gotop')
ARCHIVE=gotop_${RELEASE}_${1}.tgz
- curl -LO https://github.com/cjbassi/gotop/releases/download/${RELEASE}/${ARCHIVE}
+ curl -LO https://github.com/xxxserxxx/gotop/releases/download/${RELEASE}/${ARCHIVE}
tar xf ${ARCHIVE}
rm ${ARCHIVE}
}