From ad4e758b36e55fc39229326a6faa5f738f70c53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Wed, 27 Jan 2021 10:56:01 +0100 Subject: [PATCH] Updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .local/bin/update-kernel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.local/bin/update-kernel b/.local/bin/update-kernel index 2c2fc2b..3a92756 100755 --- a/.local/bin/update-kernel +++ b/.local/bin/update-kernel @@ -5,6 +5,8 @@ LOG_FILE="/tmp/update-kernel.log" TMP_KERNEL="/tmp/kernel-config-`uname -r`" DEFAULT_KERNEL="/usr/src/linux/.config" +set -x + function starting() { echo -e "\e[93m----------------------COMPILING------------------------------\e[0m" sudo cp -rv $DEFAULT_KERNEL $TMP_KERNEL