!47 文案和显示效果修改

* update tool/ss-apt-fast.
* update tool/ss-apt-fast.
This commit is contained in:
shenmo 2022-06-27 10:16:40 +00:00
parent 244176098c
commit f24565804d

View File

@ -13,6 +13,7 @@ apt install apt-fast -y
fi fi
rm /opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf rm /opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf
curl -o /opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf "https://gitee.com/deepin-community-store/repo_auto_update_script/raw/master/mirror-list-for-apt-fast/apt-fast.conf" echo "从服务器获取配置和镜像列表..."
curl -s --progress-bar -o /opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf "https://gitee.com/deepin-community-store/repo_auto_update_script/raw/master/mirror-list-for-apt-fast/apt-fast.conf"
bwrap --dev-bind / / --bind '/opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf' /etc/apt-fast.conf apt-fast "$@" bwrap --dev-bind / / --bind '/opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf' /etc/apt-fast.conf apt-fast "$@"