From ff873d2e2dce90a31411627c47ad0fe3258bf3a1 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 26 Jun 2024 17:33:12 +0800 Subject: [PATCH] Update debian.sh --- scripts/update/debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update/debian.sh b/scripts/update/debian.sh index eb6d9b8de..0bd677649 100644 --- a/scripts/update/debian.sh +++ b/scripts/update/debian.sh @@ -3,6 +3,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin:/opt/hom export PATH export DEBIAN_FRONTEND=noninteractive +apt autoremove -y apt install -y locate if [ ! -d /usr/share/locale/locale.alias ];then mkdir -p /usr/share/locale/locale.alias