From 6ecac218c69da90fb01909f1a9c7f3430958d9cb Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 4 Feb 2025 20:19:35 +0400 Subject: [PATCH] ubuntu + mint supported distributions --- 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 46996de..8f6cca2 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) +debian | ubuntu | mint) 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