Erreur32 / rcconf_bash.sh
0 curtidas
0 bifurcações
2 arquivos
Última atividade 1 month ago
| 1 | #!/usr/bin/env bash |
| 2 | set -euo pipefail |
| 3 | |
| 4 | [ "$EUID" -ne 0 ] && { echo "Exécuter en root"; exit 1; } |
| 5 | |
| 6 | export TERM="${TERM:-xterm-256color}" |
| 7 | export NCURSES_NO_UTF8_ACS=1 |
| 8 | |
| 9 | . /etc/os-release |
| 10 | OS_INFO="$NAME $VERSION_ID" |
Próximo
Anterior