From: Arne Fitzenreiter Date: Mon, 8 Apr 2019 14:18:00 +0000 (+0200) Subject: core130: update pakfire database after version change X-Git-Tag: v2.23-core131~47 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=5f9bf17d76e43b1ee0bb4b880a9aa001844e4d4a;hp=-c core130: update pakfire database after version change Signed-off-by: Arne Fitzenreiter --- 5f9bf17d76e43b1ee0bb4b880a9aa001844e4d4a diff --git a/config/rootfiles/core/130/update.sh b/config/rootfiles/core/130/update.sh index 33bcafa230..c039f30d8e 100644 --- a/config/rootfiles/core/130/update.sh +++ b/config/rootfiles/core/130/update.sh @@ -130,6 +130,9 @@ rm -rfv \ /etc/init.d/unbound restart /etc/init.d/suricata start +# Update pakfire database +/usr/local/bin/pakfire update --force + # Upadate Kernel version uEnv.txt if [ -e /boot/uEnv.txt ]; then sed -i -e "s/KVER=.*/KVER=${KVER}/g" /boot/uEnv.txt