From 97cadb9b7a0d4a8324e97a575a7112aa1111be7c Mon Sep 17 00:00:00 2001 From: zeaslity Date: Fri, 26 Apr 2024 16:25:40 +0800 Subject: [PATCH] =?UTF-8?q?[=20xray=20]=20=E4=BC=98=E5=8C=96clash=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E7=9A=84dns=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Public/init-script-wdd.sh | 8 ++--- v2ray示例/98-subscribe-clash.yaml | 7 +++- v2ray示例/99-subscribe-octopus-latest.txt | 4 ++- .../搬瓦工-洛杉矶-实际使用的Xray配置.json | 28 +++++++++++++++ .../firewalld防火墙规则/搬瓦工防火墙.txt | 5 +-- .../gitea-bitnami-docker-compose.yaml | 6 ++++ .../自用3570/gitea-docker-compose-35.70.yaml | 34 +++++++++++++++++++ 7 files changed, 84 insertions(+), 8 deletions(-) create mode 100644 部署应用/Oracle-Cloud/自建代码仓库-gitea/自用3570/gitea-docker-compose-35.70.yaml diff --git a/Public/init-script-wdd.sh b/Public/init-script-wdd.sh index 217d02e..1e60bab 100644 --- a/Public/init-script-wdd.sh +++ b/Public/init-script-wdd.sh @@ -455,7 +455,7 @@ install_zsh() { install_demand_softwares zsh git || return $? # 脚本会自动更换默认的shell if [[ $deploy_in_cn -eq 1 ]]; then - echo y | REMOTE=https://gitee.com/mirrors/oh-my-zsh.git sh -c "$(curl -fsSL https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh)" + echo y | REMOTE=https://gitea.107421.xyz/zeaslity/oh-my-zsh.git sh -c "$(curl -fsSL https://gitea.107421.xyz/zeaslity/ohmyzsh/raw/branch/master/tools/install.sh)" else echo y | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" fi @@ -491,9 +491,9 @@ modify_zsh() { SplitLine cat >~/oh-my-zsh-plugins-list.txt <