From ea88243c728c60504ea4a4fb99eb25014d1037a1 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 15 Dec 2018 11:18:33 +0800 Subject: [PATCH] Update install.sh --- plugins/gogs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gogs/install.sh b/plugins/gogs/install.sh index 50a37930e..ad4e167c1 100755 --- a/plugins/gogs/install.sh +++ b/plugins/gogs/install.sh @@ -38,7 +38,7 @@ Install_gogs() if [ "darwin" == "$os" ];then file=gogs_${version}_darwin_amd64.zip else - file=gogs_${version}_liunx_amd64.zip + file=gogs_${version}_linux_amd64.zip fi if [ ! -f $serverPath/source/gogs/$file ];then