core113: Add latest packages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-08-15 11:58:38 +01:00
parent a3fe88a540
commit 5564841b10
7 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../common/gnutls

View File

@@ -0,0 +1 @@
../../../common/libgcrypt

View File

@@ -0,0 +1 @@
../../../common/logrotate

View File

@@ -0,0 +1 @@
../../../common/pcre

View File

@@ -0,0 +1 @@
../../../common/squid

View File

@@ -0,0 +1 @@
../../../common/unbound

View File

@@ -32,6 +32,8 @@ for (( i=1; i<=$core; i++ )); do
done
# Stop services
/etc/init.d/squid stop
/etc/init.d/unbound stop
# Extract files
extract_files
@@ -43,6 +45,8 @@ ldconfig
/usr/local/bin/update-lang-cache
# Start services
/etc/init.d/unbound start
/etc/init.d/squid start
# This update need a reboot...
touch /var/run/need_reboot