移除争议内容

This commit is contained in:
2024-04-04 17:56:56 +08:00
parent 52d8d006db
commit fec8b56f90
4 changed files with 70 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ else
fi
$aceCommand echo "Welcome to BCM! Trying to install package"
if [ -z "`bookworm-run which aptss`" ];then
if [ -z "`$aceCommand which aptss`" ];then
wget https://zunyun01.store.deepinos.org.cn/store/depends/spark-store-console-in-container_4.2.6.2_all.deb -O /tmp/ssconsole.deb
$aceCommand apt install /tmp/ssconsole.deb -y
rm /tmp/ssconsole.deb -f