File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ cd ~/Termux-Linux/Kali
43
43
./start-kali.sh
44
44
```
45
45
46
+ # Debian
47
+
48
+ ``` bash
49
+ cd ~ /Termux-Linux/Debian
50
+ ./start-debian.sh
51
+ ```
52
+
46
53
47
54
48
55
# 总结
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def install_debian():
104
104
os .system (f'cp debian/{ shname } $HOME/Termux-Linux/{ osname } /' )
105
105
os .system (f'termux-fix-shebang $HOME/Termux-Linux/{ osname } /{ shname } ' )
106
106
os .system (f'chmod +x $HOME/Termux-Linux/{ osname } /{ shname } ' )
107
- os .system (f'rm $HOME/Termux-Linux/{ osname } /07:39 PM { folder } /etc/apt/sources.list' )
107
+ os .system (f'rm $HOME/Termux-Linux/{ osname } /{ folder } /etc/apt/sources.list' )
108
108
os .system (f'cp debian/sources.list $HOME/Termux-Linux/{ osname } /{ folder } /etc/apt/' )
109
109
os .system ('screenfetch -A "Debian" -L' )
110
110
print ('\n Debian 安装成功' )
You can’t perform that action at this time.
0 commit comments