apt clean first

This commit is contained in:
shenmo 2024-02-17 15:51:34 +08:00
parent 8d5a07277a
commit 02a70eb0e7

View File

@ -104,7 +104,7 @@ else
log.error "Nope we support debian only now"
exit -1
fi
${APT_COMMAND} clean
${APT_COMMAND} update
updatetext=`${APT_COMMAND} update 2>&1`