From eef41a1eeecde17a201131f09924c74c8400c28b Mon Sep 17 00:00:00 2001 From: Meow <197331664+Meo597@users.noreply.github.com> Date: Fri, 20 Feb 2026 18:38:02 +0800 Subject: [PATCH] OpenRC: Add Gentoo to README and unify script commands --- alpinelinux/README.md | 12 ++++++++++-- alpinelinux/README_zh-Hans.md | 12 ++++++++++-- alpinelinux/README_zh-Hant.md | 12 ++++++++++-- 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/alpinelinux/README.md b/alpinelinux/README.md index 5ba5f1e..76ecdd4 100644 --- a/alpinelinux/README.md +++ b/alpinelinux/README.md @@ -1,4 +1,4 @@ -# Xray-install for Alpine Linux +# Xray-install for Alpine Linux / Gentoo English | [简体中文](README_zh-Hans.md) | [繁體中文](README_zh-Hant.md) @@ -6,10 +6,18 @@ English | [简体中文](README_zh-Hans.md) | [繁體中文](README_zh-Hant.md) #### Install cURL +**Alpine Linux:** + ```sh apk add curl ``` +**Gentoo:** + +```sh +emerge net-misc/curl +``` + #### Download Installation Script ```sh @@ -19,7 +27,7 @@ curl -O -L https://github.com/XTLS/Xray-install/raw/main/alpinelinux/install-rel #### Run Installation Script ```sh -ash install-release.sh +sh install-release.sh ``` ## Management Commands diff --git a/alpinelinux/README_zh-Hans.md b/alpinelinux/README_zh-Hans.md index a5d8280..5b72ac9 100644 --- a/alpinelinux/README_zh-Hans.md +++ b/alpinelinux/README_zh-Hans.md @@ -1,4 +1,4 @@ -# Xray-install for Alpine Linux +# Xray-install for Alpine Linux / Gentoo [English](README.md) | 简体中文 | [繁體中文](README_zh-Hant.md) @@ -6,10 +6,18 @@ #### 安装 cURL +**Alpine Linux:** + ```sh apk add curl ``` +**Gentoo:** + +```sh +emerge net-misc/curl +``` + #### 下载安装脚本 ```sh @@ -19,7 +27,7 @@ curl -O -L https://github.com/XTLS/Xray-install/raw/main/alpinelinux/install-rel #### 运行安装脚本 ```sh -ash install-release.sh +sh install-release.sh ``` ## 管理命令 diff --git a/alpinelinux/README_zh-Hant.md b/alpinelinux/README_zh-Hant.md index 2725926..23314ca 100644 --- a/alpinelinux/README_zh-Hant.md +++ b/alpinelinux/README_zh-Hant.md @@ -1,4 +1,4 @@ -# Xray-install for Alpine Linux +# Xray-install for Alpine Linux / Gentoo [English](README.md) | [简体中文](README_zh-Hans.md) | 繁體中文 @@ -6,10 +6,18 @@ #### 安裝 cURL +**Alpine Linux:** + ```sh apk add curl ``` +**Gentoo:** + +```sh +emerge net-misc/curl +``` + #### 下載安裝腳本 ```sh @@ -19,7 +27,7 @@ curl -O -L https://github.com/XTLS/Xray-install/raw/main/alpinelinux/install-rel #### 執行安裝腳本 ```sh -ash install-release.sh +sh install-release.sh ``` ## 管理指令