From 02eae11be30174aef48f4d7e89104bc30df9f0d5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 Jul 2024 15:29:40 +0300 Subject: [PATCH] fix-kernel-install.bash: fix language --- bash/fix-kernel-install.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/fix-kernel-install.bash b/bash/fix-kernel-install.bash index 0694c60..772caf3 100755 --- a/bash/fix-kernel-install.bash +++ b/bash/fix-kernel-install.bash @@ -2,7 +2,7 @@ #set -x -export LC_ALL=C.utf8 +export LC_ALL=en_DK.UTF-8 # Check for existence of /etc/machine-id/ if [ -f /etc/machine-id ]; then @@ -35,7 +35,7 @@ if [ -f /etc/machine-id ]; then fi fi -echo "New kernel? Just in case, try sudo kernel-install add # $(uname -r)" +echo "New kernel? Just in case, try sudo kernel-install add $(uname -r) # although using the actual new kernel version" echo "Alternatively sudo kernel-install add-all" #set +x