diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-07-24 16:54:12 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-07-24 16:54:12 +0000 |
commit | f976185d0bac7903f588d09820df2d64f03d444b (patch) | |
tree | 208c798a1affb172152776e2a5afaec92275f100 /linux/bin | |
parent | 0a2a0aa539b6eeabd76a03073ad1a4732e4b2381 (diff) |
Hinweis auf numlockx
git-svn-id: https://svn.neo-layout.org@1980 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/bin')
-rwxr-xr-x | linux/bin/asdf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf index b4842c8..5184395 100755 --- a/linux/bin/asdf +++ b/linux/bin/asdf @@ -40,6 +40,8 @@ die2() { numlock_manually() { $ECHO_e "${orange}Fehler beim setzen des Status von NumLock.${normal}" >&2 + $ECHO_e "${orange}Sehr wahrscheinlich ist das Programm ›numlockx‹ nicht installiert.${normal}" >&2 + $ECHO_e "${orange}Installieren Sie es, um diese Meldung zukünftig zu vermeiden.${normal}" >&2 $ECHO_e "Bitte jetzt ${orange}NumLock${normal} von Hand auf ${orange}$1${normal} schalten und ${orange}Enter${normal} drücken um fortzufahren…" >&2 read enter } |