📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 20:07:35
📂
/ (Root)
/
lib
/
console-setup
📍 /lib/console-setup
🔄 Refresh
✏️
Editing: keyboard-setup.sh
Read Only
#!/bin/sh if \ [ -x /etc/console-setup/cached_setup_keyboard.sh ] \ && /etc/console-setup/cached_setup_keyboard.sh then : else if [ -f /etc/default/locale ]; then # In order to permit auto-detection of the charmap when # console-setup-mini operates without configuration file. . /etc/default/locale export LANG fi setupcon -k fi
💾 Save Changes
❌ Cancel