From a505e3b7a477c8d3c694e49aec7a5ede543f4d06 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Fri, 21 Aug 2020 11:23:59 +0200 Subject: [PATCH] linux58/59-tkg: non-makepkg: Update versions in install.sh We should move that to variables, and the dir won't be correct on 5.9 until release, but that will do for now :frog: --- linux58-tkg/install.sh | 2 +- linux59-rc-tkg/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux58-tkg/install.sh b/linux58-tkg/install.sh index 192323a..0be6a43 100755 --- a/linux58-tkg/install.sh +++ b/linux58-tkg/install.sh @@ -28,7 +28,7 @@ source customization.cfg if [ "$1" != "install" ] && [ "$1" != "config" ] && [ "$1" != "uninstall" ]; then echo "Command not recognised, options are: - - config : shallow clones the linux 5.7.x git tree into the folder linux-5.7, then applies on it the extra patches and prepares the .config file by copying the one from the current linux system in /boot/config-`uname -r` and updates it. + - config : shallow clones the linux 5.8.x git tree into the folder linux-5.8, then applies on it the extra patches and prepares the .config file by copying the one from the current linux system in /boot/config-`uname -r` and updates it. - install : [Debian-like only (Debian, Ubuntu, Pop_os!...)], does the config step, proceeds to compile, then prompts to install - uninstall : [Debian-like only (Debian, Ubuntu, Pop_os!...)], lists the installed custom kernels through this script, then prompts for which one to uninstall." exit 0 diff --git a/linux59-rc-tkg/install.sh b/linux59-rc-tkg/install.sh index 192323a..e76b034 100755 --- a/linux59-rc-tkg/install.sh +++ b/linux59-rc-tkg/install.sh @@ -28,7 +28,7 @@ source customization.cfg if [ "$1" != "install" ] && [ "$1" != "config" ] && [ "$1" != "uninstall" ]; then echo "Command not recognised, options are: - - config : shallow clones the linux 5.7.x git tree into the folder linux-5.7, then applies on it the extra patches and prepares the .config file by copying the one from the current linux system in /boot/config-`uname -r` and updates it. + - config : shallow clones the linux 5.9.x git tree into the folder linux-5.9, then applies on it the extra patches and prepares the .config file by copying the one from the current linux system in /boot/config-`uname -r` and updates it. - install : [Debian-like only (Debian, Ubuntu, Pop_os!...)], does the config step, proceeds to compile, then prompts to install - uninstall : [Debian-like only (Debian, Ubuntu, Pop_os!...)], lists the installed custom kernels through this script, then prompts for which one to uninstall." exit 0