From 2b98b312ecc132e44afced37130fed99c4054877 Mon Sep 17 00:00:00 2001 From: Hal Emmerich Date: Wed, 9 Jan 2019 15:32:42 -0600 Subject: [PATCH] change to use last release of 4.17 kernel --- scripts/buildDebianFs.sh | 2 +- scripts/buildKernel.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/buildDebianFs.sh b/scripts/buildDebianFs.sh index c6ac1af..89dbc76 100755 --- a/scripts/buildDebianFs.sh +++ b/scripts/buildDebianFs.sh @@ -19,7 +19,7 @@ # along with PrawnOS. If not, see . -KVER=4.17.2 +KVER=4.17.19 #Ensure Sudo if [ ! $UID = "0" ] diff --git a/scripts/buildKernel.sh b/scripts/buildKernel.sh index a7bab5d..0e7075c 100755 --- a/scripts/buildKernel.sh +++ b/scripts/buildKernel.sh @@ -19,7 +19,7 @@ # along with PrawnOS. If not, see . -KVER=4.17.2 +KVER=4.17.19 TEST_PATCHES=false ROOT_DIR=`pwd`