From 5aa36a3706de7bd2a8e5d6c7d2e9228e2663cd19 Mon Sep 17 00:00:00 2001 From: ASUS <21531134@qq.com> Date: Thu, 7 May 2026 04:27:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?v1.0.2=20-=20=E6=96=B0=E5=A2=9Estop?= =?UTF-8?q?=E5=90=8E=E6=96=AD=E5=90=8E=E8=BF=98=E5=8D=A0=E7=94=A8=20-=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9Edebug=E5=8A=9F=E8=83=BD=20-=20=E5=88=B6?= =?UTF-8?q?=E4=BD=9C=E6=97=B6=E9=97=B4=E6=9B=B4=E6=96=B0=20-=20debug?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_server/install_server.sh | 3 +++ server/server.sh | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/install_server/install_server.sh b/install_server/install_server.sh index 6c3bfb0..e410c56 100644 --- a/install_server/install_server.sh +++ b/install_server/install_server.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# 2026年5月7日04点25分 +# 项目地址:https://git.a-hxin.cn/ahxin/ets2-server/rss/branch/master/install_server/install_server.sh + set -Eeuo pipefail STEAM_USER="steam" diff --git a/server/server.sh b/server/server.sh index 2bc95c4..6c4df0c 100644 --- a/server/server.sh +++ b/server/server.sh @@ -1,6 +1,6 @@ #!/bin/sh -# 2026年5月6日 21点21分 -# 项目地址:https://github.com/A-hxin/ets2_server/ +# 2026年5月7日04点25分 +# 项目地址:https://git.a-hxin.cn/ahxin/ets2-server/rss/branch/master/server/server.sh # ============================== # ETS2 Dedicated Server 管理脚本 From 34c2107e536c3276739befa27f2ce0f6c62f3df4 Mon Sep 17 00:00:00 2001 From: ASUS <21531134@qq.com> Date: Thu, 7 May 2026 04:38:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?v1.0.3=20-=20=E6=96=B0=E5=A2=9Estop?= =?UTF-8?q?=E5=90=8E=E6=96=AD=E5=90=8E=E8=BF=98=E5=8D=A0=E7=94=A8=20-=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9Edebug=E5=8A=9F=E8=83=BD=20-=20=E5=88=B6?= =?UTF-8?q?=E4=BD=9C=E6=97=B6=E9=97=B4=E6=9B=B4=E6=96=B0=20-=20debug?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2efb61a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# 一个基于 Ubuntu2204 制作的 欧卡自动化安装脚本 + +## 一、拉取执行脚本 +### 1、拉取脚本 +```bash +https://git.a-hxin.cn/ahxin/ets2-server/rss/branch/master/install_server/install_server.sh +``` +添加权限 +```bash + +``` + +执行 + +## 二、 \ No newline at end of file