Linux 安装教程
小于 1 分钟
Linux 安装教程
准备
一台运行Linux
的设备
有无桌面环境均无影响
开始
- 首先在Linux系统内更新软件源及安装git:
Ubuntu
更新软件源
apt -y update
安装cURL
apt install -y git
Debian
更新软件源
apt -y update
安装cURL
apt install -y git
Arch Linux
更新软件源
pacman -Sy
安装cURL
pacman -S --noconfirm --needed git
CentOS Stream
更新软件源
dnf -y update
安装cURL
dnf install -y git
- 克隆仓库:
git clone --depth=1 https://github.com/ArcticFox520/Yunzai-Script
无法正常运行? 看这里
- 使用下面的命令重新安装
# 注意: 此命令没有任何返回
rm -rf Yunzai-Script
git clone --depth=1 https://mirror.ghproxy.com/https://github.com/ArcticFox520/Yunzai-Script
- 运行安装脚本:
cd Yunzai-Script
bash install
注意: 请严格安装上述给出命令执行,特别是第三条.