HEX
Server: Apache
System: Linux eisbus 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //etc/update-motd.d/08-turnkey-confconsole
#!/bin/sh

if [ -z "$TERM" ]; then
    _term=linux
else
    _term=$TERM
fi

bold=$(tput -T $_term bold)
normal=$(tput -T $_term sgr0)

echo "    For Advanced commandline config run:    ${bold}confconsole${normal}"
echo
echo "  For more info see: https://www.turnkeylinux.org/docs/confconsole"
echo