Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mapi68 authored Oct 22, 2023
1 parent 7bd5707 commit d157bec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspi-info
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ figlet "raspi-info $VERSION"
echo

# System
if [[ "$RASPMOD" == "Raspberry Pi 4"* ]]; then
if [[ "$RASPMOD" == "Raspberry Pi 4"* ]] || [[ "$RASPMOD" == "Raspberry Pi Compute Module 4"* ]] || [[ "$RASPMOD" == "Raspberry Pi 400"* ]] || [[ "$RASPMOD" == "Raspberry Pi 5"* ]]; then
echo -e '\e[33m'"$RASPMOD with ${MEMTOT}GB RAM / Bootloader date: $BOOTLD"; else
echo -e '\e[33m'"$RASPMOD"; fi

Expand Down
Binary file modified raspi-info_latest.deb
Binary file not shown.

0 comments on commit d157bec

Please sign in to comment.