diff --git a/README.md b/README.md index 3a5b000..e26d9c6 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ The configuration happens in `Caddyfile`'s * **Customizing Caddy Auth Portal UI**: [Video](https://www.youtube.com/watch?v=20XOn-RBIX0&t=0s) Download Caddy with the plugins enabled: -* windows/amd64 -* linux/amd64 +* windows/amd64 +* linux/amd64 ### Credentials diff --git a/assets/scripts/generate_downloads.sh b/assets/scripts/generate_downloads.sh index cd0c3f7..6cb6d9b 100755 --- a/assets/scripts/generate_downloads.sh +++ b/assets/scripts/generate_downloads.sh @@ -31,7 +31,7 @@ for OS_ID in "${!_TARGET_OS[@]}"; do OS_NAME=${_TARGET_OS[$OS_ID]}; for ARCH_ID in "${!_TARGET_ARCH[@]}"; do ARCH_NAME=${_TARGET_ARCH[$ARCH_ID]}; - HREF="https://caddyserver.com/api/download?os=${OS_NAME}&arch=${ARCH_NAME}&p=${P1}%40${V1}&p=${P2}%40${V2}&p=${P3}%40${V3}"; + HREF="https://caddyserver.com/api/download?os=${OS_NAME}&arch=${ARCH_NAME}&p=${P1}%40${V1}&p=${P2}%40${V2}"; HREF_LINK="* ${OS_NAME}/${ARCH_NAME}"; sed -i ''"${DLOAD_LINE}"' i '"${HREF_LINK}"'' README.md done