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 f754e39 commit c59095d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ cd ~/Termux-Linux/Kali
./start-kali.sh
```

# Debian

```bash
cd ~/Termux-Linux/Debian
./start-debian.sh
```



# 总结
Expand Down
2 changes: 1 addition & 1 deletion termux-linux-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def install_debian():
os.system(f'cp debian/{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}/07:39 PM{folder}/etc/apt/sources.list')
os.system(f'rm $HOME/Termux-Linux/{osname}/{folder}/etc/apt/sources.list')
os.system(f'cp debian/sources.list $HOME/Termux-Linux/{osname}/{folder}/etc/apt/')
os.system('screenfetch -A "Debian" -L')
print('\n Debian 安装成功')
Expand Down

0 comments on commit c59095d

Please sign in to comment.