修改: debian/changelog

修改:     debian/control
	修改:     debian/spark-store.postinst
	修改:     debian/spark-store.prerm
	修改:     spark-store-project.pro
	修改:     src/main.cpp
	新文件:   tool/apt-fast-conf/apt-fast.conf
	新文件:   tool/ss-apt-fast
	修改:     tool/ssinstall
	修改:     tool/update-upgrade/ss-do-upgrade.sh
	修改:     tool/update-upgrade/ss-update-controler.sh
This commit is contained in:
2022-06-21 22:37:39 +08:00
parent 289f3020fe
commit a064b7b534
11 changed files with 185 additions and 8 deletions

8
tool/ss-apt-fast Executable file
View File

@@ -0,0 +1,8 @@
#/bin/bash
DEPEND=`dpkg -l | grep apt-fast`
if [ "$DEPEND" = "" ] ; then
echo "未安装依赖apt-fast 本脚本退出"
exit 0
fi
sudo bwrap --dev-bind / / --bind '/opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf' /etc/apt-fast.conf apt-fast "$@"