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

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2023-01-30 03:30:45 +00:00 committed by Gitee
parent f91ee56d97
commit 18d2b1edbb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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