mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-19 14:48:13 +00:00
Merge pull request #769 from pi-hole/Fix/PackageCacheFresh
Fix/package cache fresh
This commit is contained in:
commit
a22904f99b
@ -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…
Reference in New Issue
Block a user