Skip to content

Commit

Permalink
居然还有 BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
sqlsec committed Apr 23, 2020
1 parent 01614bd commit f754e39
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,24 @@ python termux-linux-install.py

## Ubuntu

安装成功后,可以直接这样启动:

```bash
cd ~/Termux-Linux/Ubuntu
./start-ubuntu.sh
```

# Kali

这个 Kali 是轻量级的,大家要安装完整的 Kali Nethunter 的话 ,可以参考我的 Termux 文章里面的操作细节: [Termux 高级终端安装使用配置教程: Kali NetHunter](https://www.sqlsec.com/2018/05/termux.html#toc-heading-112)

```bash
cd ~/Termux-Linux/Kali
./start-kali.sh
```



# 总结

本脚本不会经常更新,除非有重大使用问题,暂时不考虑增加新的操作系统了,也不考虑增加图形化桌面安装功能,随缘佛系更新。
Binary file added imgs/image-20200423203504565.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion termux-linux-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def install_kali():
os.system(f'rm -rf {imagedir}')
print('\n正在优化系统设置')
os.system(f'mkdir -p $HOME/Termux-Linux/{osname}/binds')
os.system(f'cp debian/{shname} $HOME/Termux-Linux/{osname}/')
os.system(f'cp kali/{shname} $HOME/Termux-Linux/{osname}/')
os.system(f'termux-fix-shebang $HOME/Termux-Linux/{osname}/{shname}')
os.system(f'chmod +x $HOME/Termux-Linux/{osname}/{shname}')
os.system(f'rm $HOME/Termux-Linux/{osname}/{folder}/etc/apt/sources.list')
Expand Down

0 comments on commit f754e39

Please sign in to comment.