OXIESEC PANEL
- Current Dir:
/
/
lib
/
console-setup
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:20 AM
rwxr-xr-x
📄
console-setup.sh
920 bytes
04/23/2019 12:04:14 PM
rwxr-xr-x
📄
keyboard-setup.sh
390 bytes
04/23/2019 12:04:14 PM
rwxr-xr-x
Editing: keyboard-setup.sh
Close
#!/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