diff --git a/pkgkernel-auto.sh b/pkgkernel-auto.sh index 5ec47f2..431e2f6 100755 --- a/pkgkernel-auto.sh +++ b/pkgkernel-auto.sh @@ -1,19 +1,48 @@ #! /bin/bash +# Some colors GREEN='\033[0;32m' +RED='\033[0;31m' DEFAULT='\033[0m' + +# Defaults values PREFIX='linux-' EXTENSION='.tar.xz' +SHOW_MENU_CONFIG=0 # Get last kernel version INFO=`curl -Ls https://www.kernel.org/ | perl -lne 'BEGIN{$/=""} print "$1 $2" if \ /latest_link.*?(.*?)