From 2a7af2eafd85343961c4913d269ef20e74cd6c4c Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 9 Feb 2025 13:18:47 +0400 Subject: [PATCH] fix mint --- tools/idem_apt_install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/idem_apt_install b/tools/idem_apt_install index 8f6cca2..3432b56 100755 --- a/tools/idem_apt_install +++ b/tools/idem_apt_install @@ -23,7 +23,7 @@ source "$BASEDIR"/../lib/functions.sh [[ $# -lt 1 ]] && usage case $(os-release) in -debian | ubuntu | mint) +debian | ubuntu | linuxmint) if [ "$(date --date='-12 hours' +%s)" -gt "$(date -d "$(stat -c %y /var/lib/apt/lists/partial)" +%s)" ]; then echo "updating repositoring..." apt-get update