Skip to content

Commit 0516ac6

Browse files
authored
Merge pull request #37 from nextcloud/chore/harp
after migrating the HaRP repository - changing the org
2 parents 3131ca0 + 1451bad commit 0516ac6

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
@@ -22,9 +22,9 @@ COPY --chmod=775 start.sh /
2222
RUN set -ex; \
2323
ARCH=$(uname -m); \
2424
if [ "$ARCH" = "aarch64" ]; then \
25-
FRP_URL="https://raw.githubusercontent.com/cloud-py-api/HaRP/main/exapps_dev/frp_0.61.1_linux_arm64.tar.gz"; \
25+
FRP_URL="https://raw.githubusercontent.com/nextcloud/HaRP/main/exapps_dev/frp_0.61.1_linux_arm64.tar.gz"; \
2626
else \
27-
FRP_URL="https://raw.githubusercontent.com/cloud-py-api/HaRP/main/exapps_dev/frp_0.61.1_linux_amd64.tar.gz"; \
27+
FRP_URL="https://raw.githubusercontent.com/nextcloud/HaRP/main/exapps_dev/frp_0.61.1_linux_amd64.tar.gz"; \
2828
fi; \
2929
echo "Downloading FRP client from $FRP_URL"; \
3030
curl -L "$FRP_URL" -o /tmp/frp.tar.gz; \

0 commit comments

Comments
 (0)