update tool/apt-fast-conf/apt-fast.conf.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2023-01-30 03:30:45 +00:00
committed by Gitee
parent f91ee56d97
commit 18d2b1edbb

View File

@@ -11,7 +11,12 @@
# #
# Default: apt-get # Default: apt-get
# #
_APTMGR=apt-get
if [ -x "$(command -v apt)" ]; then
_APTMGR=apt _APTMGR=apt
fi
if grep -Eqi "linuxmint" /etc/os-release;then if grep -Eqi "linuxmint" /etc/os-release;then
_APTMGR=apt-get _APTMGR=apt-get