mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-15 23:59:25 +01:00
fix-kernel-install.bash: fix language
This commit is contained in:
parent
6d29c6f455
commit
02eae11be3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user