From ab275bed93153951a3c81d2538eef75024730a05 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 14 Feb 2017 11:27:09 +0900 Subject: [PATCH] update comments --- shadowsocks-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-all.sh b/shadowsocks-all.sh index 46ddbe0..89885c6 100644 --- a/shadowsocks-all.sh +++ b/shadowsocks-all.sh @@ -216,7 +216,7 @@ download_files() { fi elif [ "${selected}" == "3" ]; then if is_64bit; then - download "${shadowsocks_go_file_64}.tar.gz" "${shadowsocks_go_url_64}" + download "${shadowsocks_go_file_64}.gz" "${shadowsocks_go_url_64}" else download "${shadowsocks_go_file_32}.gz" "${shadowsocks_go_url_32}" fi