update comments

This commit is contained in:
Teddysun 2017-02-14 11:27:09 +09:00 committed by GitHub
parent 6b459ea157
commit ab275bed93

View File

@ -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