Skip to content

Commit cb5f84f

Browse files
authored
after migrating the HaRP repository - changing the org (#12)
Signed-off-by: Oleksander Piskun <[email protected]>
1 parent b4daf8c commit cb5f84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ COPY --chmod=775 start.sh /
2020
RUN set -ex; \
2121
ARCH=$(uname -m); \
2222
if [ "$ARCH" = "aarch64" ]; then \
23-
FRP_URL="https://raw.githubusercontent.com/cloud-py-api/HaRP/main/exapps_dev/frp_0.61.1_linux_arm64.tar.gz"; \
23+
FRP_URL="https://raw.githubusercontent.com/nextcloud/HaRP/main/exapps_dev/frp_0.61.1_linux_arm64.tar.gz"; \
2424
else \
25-
FRP_URL="https://raw.githubusercontent.com/cloud-py-api/HaRP/main/exapps_dev/frp_0.61.1_linux_amd64.tar.gz"; \
25+
FRP_URL="https://raw.githubusercontent.com/nextcloud/HaRP/main/exapps_dev/frp_0.61.1_linux_amd64.tar.gz"; \
2626
fi; \
2727
echo "Downloading FRP client from $FRP_URL"; \
2828
curl -L "$FRP_URL" -o /tmp/frp.tar.gz; \

0 commit comments

Comments
 (0)