mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-03-23 16:54:03 +00:00
Merge pull request #769 from pi-hole/Fix/PackageCacheFresh
Fix/package cache fresh
This commit is contained in:
commit
a22904f99b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if [ -x "$(command -v apt-get)" ];then
|
|||
fi
|
||||
#############################################
|
||||
PKG_MANAGER="apt-get"
|
||||
PKG_CACHE="/var/cache/apt"
|
||||
PKG_CACHE="/var/lib/apt/lists/"
|
||||
UPDATE_PKG_CACHE="$PKG_MANAGER -qq update"
|
||||
PKG_UPDATE="$PKG_MANAGER upgrade"
|
||||
PKG_INSTALL="$PKG_MANAGER --yes --quiet install"
|
||||
|
|
Loading…
Add table
Reference in a new issue