Naming cleanup

Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
pull/329/head
djarbz 9 months ago committed by GitHub
parent 4fc9f6d339
commit d418c81bd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -63,7 +63,7 @@ install_deb() {
CACHE_DIR="/var/lib/apt/lists/partial"
# Check if the directory exists and was modified in the last 60 minutes
if [[ ! -d "$CACHE_DIR" ]] || ! find "$CACHE_DIR" -mmin -60 -print -quit &> /dev/null; then
echo "Stale Package Cache, updating..."
echo "Stale package cache, updating..."
# Update package cache with a 300-second timeout for dpkg lock
sudo apt-get -o DPkg::Lock::Timeout=300 -qq update
fi

Loading…
Cancel
Save