From aab481b71d507dbc6e0c36eb64a49ec8e91da452 Mon Sep 17 00:00:00 2001 From: MisCusi2023 <128662654+MisCusi2023@users.noreply.github.com> Date: Sun, 20 Jul 2025 09:08:23 -0700 Subject: [PATCH] Update README.md (#91) The size of the file downloaded by the original command is 0 --- alpinelinux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpinelinux/README.md b/alpinelinux/README.md index dcafa9d..5129971 100644 --- a/alpinelinux/README.md +++ b/alpinelinux/README.md @@ -13,7 +13,7 @@ apk add curl #### Download Installation Script ```sh -curl -O https://github.com/XTLS/Xray-install/raw/main/alpinelinux/install-release.sh +curl -O -L https://github.com/XTLS/Xray-install/raw/main/alpinelinux/install-release.sh ``` #### Run Installation Script