Update help message

This commit is contained in:
Caten
2023-10-03 21:50:59 +08:00
parent 195a2f50a3
commit 5a6f04d094
3 changed files with 10 additions and 4 deletions

View File

@@ -199,6 +199,11 @@ Vivo Pad安卓13看不见鼠标移动可以去左栏设置开启显示
不管解没解决
都可以去https://github.com/Cateners/tiny_computer/issues/1留个言
如果软件里有程序正在正常运行
请不要强行关闭本软件
否则可能会损坏本容器
特别是在安装某些比较大的软件的时候
感谢使用!
(顺带一提, 全部解压完大概需要4~5GB空间

View File

@@ -499,6 +499,7 @@ done
{"name":"卸载QQ", "command":"sudo apt autoremove --purge -y linuxqq"},
{"name":"修复无法编译C语言程序", "command":"sudo apt update && sudo apt reinstall -y libc6-dev"},
{"name":"启用回收站", "command":"sudo apt update && sudo apt install -y gvfs && echo '安装完成, 重启软件即可使用回收站。'"},
{"name":"关机", "command":"stopvnc\\nexit\\nexit"},
{"name":"???", "command":"timeout 8 cmatrix"}]
}"""]);
await G.prefs.setStringList("adsBonus", []);