diff --git a/update/opnsense-update.sh b/update/opnsense-update.sh index a7a70fc..d8b21d0 100755 --- a/update/opnsense-update.sh +++ b/update/opnsense-update.sh @@ -42,7 +42,7 @@ WORKDIR=${WORKPREFIX}/${$} KERNELDIR="/boot/kernel" PKG="pkg-static" ARCH=$(uname -p) -VERSION="16.7.11" +VERSION="17.1" if [ ! -f ${ORIGIN} ]; then echo "Missing origin.conf"