Compare commits
3 Commits
070faeaf29
...
73b6c4fe26
| Author | SHA1 | Date | |
|---|---|---|---|
| 73b6c4fe26 | |||
| 34c2107e53 | |||
| 5aa36a3706 |
15
README.md
Normal file
15
README.md
Normal 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
|
||||
|
||||
```
|
||||
|
||||
执行
|
||||
|
||||
## 二、
|
||||
@ -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"
|
||||
|
||||
@ -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 管理脚本
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user