diff --git a/conf/manjaro-tools.conf b/conf/manjaro-tools.conf index fbc8bae..2368f18 100644 --- a/conf/manjaro-tools.conf +++ b/conf/manjaro-tools.conf @@ -96,7 +96,7 @@ # Settings will be installed # unset defaults to given value -# manjaro_kernel="linux317" +# manjaro_kernel="linux319" # unset defaults to given value # plymouth_theme=manjaro-elegant diff --git a/lib/util.sh b/lib/util.sh index e6e6ba3..ec42a8f 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -272,7 +272,7 @@ load_config(){ fi if [[ -z ${manjaro_kernel} ]];then - manjaro_kernel="linux318" + manjaro_kernel="linux319" fi manjaro_kernel_ver=${manjaro_kernel#*linux}