This commit is contained in:
pvincent
2025-02-09 13:18:47 +04:00
parent 8b3ccede4d
commit 2a7af2eafd
+1 -1
View File
@@ -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