Skip to content

Commit

Permalink
#50 Caddy -> ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
cokemine committed Dec 6, 2020
1 parent 5291a23 commit fa7fb27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions caddy/caddy_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Download_caddy() {
wget --no-check-certificate -O "caddy" "https://github.com/CokeMine/Caddy_Linux/releases/latest/download/caddy_v2_linux_386"
elif [[ ${bit} == "armv7l" ]]; then
wget --no-check-certificate -O "caddy" "https://github.com/CokeMine/Caddy_Linux/releases/latest/download/caddy_v2_linux_armv7"
elif [[ ${bit} == "arm64" || ${bit} == "aarch64" ]]; then
wget --no-check-certificate -O "caddy" "https://github.com/CokeMine/Caddy_Linux/releases/latest/download/caddy_v2_linux_arm64"
else
echo -e "${Error_font_prefix}[错误]${Font_suffix} 不支持 [${bit}] ! 请向本站反馈[]中的名称,我会看看是否可以添加支持。" && exit 1
fi
Expand Down

0 comments on commit fa7fb27

Please sign in to comment.