v1.0.2 #1

Merged
ahxin merged 2 commits from dev into master 2026-05-07 04:40:21 +08:00
3 changed files with 20 additions and 2 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 一个基于 Ubuntu2204 制作的 欧卡自动化安装脚本
## 一、拉取执行脚本
### 1、拉取脚本
```bash
https://git.a-hxin.cn/ahxin/ets2-server/rss/branch/master/install_server/install_server.sh
```
添加权限
```bash
```
执行
## 二、

View File

@ -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"

View File

@ -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 管理脚本