Update README.md

This commit is contained in:
spiritLHLS 2022-12-16 10:53:14 +08:00 committed by GitHub
parent 26f62b485c
commit 858cdf2587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
# 一键安装环境
# 一键脚本
一键安装rust
一键安装rust环境
```bash
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/rust.sh -o rust.sh && chmod +x rust.sh && bash rust.sh
```
一键修复apt
一键修复apt
```bash
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/package.sh -o package.sh && chmod +x package.sh && bash package.sh