From 38d7736ca07da3d7c075ff63641d9dd97baa3900 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Thu, 13 Feb 2020 16:26:28 -0600 Subject: Switching maintainership. --- scripts/download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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} } -- cgit v1.2.3