Skip to content

Commit

Permalink
# v1.0.8 新增 支持 ARM(armv7l) 安装。
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo committed Oct 8, 2018
1 parent 6c33cae commit 2da3bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caddy_install.sh
Expand Up @@ -57,7 +57,7 @@ Download_caddy(){
elif [[ ${bit} == "armv7l" ]]; then
wget --no-check-certificate -O "caddy_linux.tar.gz" "https://caddyserver.com/download/linux/arm7${extension_all}"
else
echo -e "${Error_font_prefix}[错误]${Font_suffix} 不支持 [${bit}] ! 请向本站反馈此处显示的名称,我看看是否能添加支出" && exit 1
echo -e "${Error_font_prefix}[错误]${Font_suffix} 不支持 [${bit}] ! 请向本站反馈[]中的名称,我会看看是否可以添加支持" && exit 1
fi
[[ ! -e "caddy_linux.tar.gz" ]] && echo -e "${Error_font_prefix}[错误]${Font_suffix} Caddy 下载失败 !" && exit 1
tar zxf "caddy_linux.tar.gz"
Expand Down

0 comments on commit 2da3bc3

Please sign in to comment.