Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dietpi/func/dietpi-banner
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ $GREEN_LINE"

# Large Format Hostname
# shellcheck disable=SC1091
(( ${aENABLED[14]} == 1 )) && . /boot/dietpi/func/dietpi-print_large "$(</etc/hostname)" && echo
(( ${aENABLED[14]} == 1 )) && (. /boot/dietpi/func/dietpi-print_large "$(</etc/hostname)" | /boot/dietpi/func/dietpi-lolcat -f) && echo
# Device model
(( ${aENABLED[0]} == 1 )) && echo -e "$GREEN_BULLET ${aCOLOUR[1]}${aDESCRIPTION[0]} $GREEN_SEPARATOR $G_HW_MODEL_NAME"
# Uptime
Expand Down
Binary file added dietpi/func/dietpi-lolcat
Binary file not shown.