From dec6ce2c8bfefffcc810ce674078f8677e06e4f7 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 15 May 2019 07:52:18 +0200 Subject: [PATCH] update: new kernel for 19.1.8 --- update/opnsense-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/opnsense-update.sh b/update/opnsense-update.sh index 7436221..1d84470 100755 --- a/update/opnsense-update.sh +++ b/update/opnsense-update.sh @@ -42,7 +42,7 @@ KERNELDIR="/boot/kernel" TEE="/usr/bin/tee -a" PRODUCT="OPNsense" PKG="pkg-static" -VERSION="19.1.7" +VERSION="19.1.8" ORIGIN="/usr/local/etc/pkg/repos/${PRODUCT}.conf" PENDINGDIR="${WORKPREFIX}/.sets.pending"