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 Sep 25, 2023
1 parent 3f32e86 commit 4ec9051
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspi-info-light
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ clear
if [[ "$RASPMOD" == "Raspberry Pi 4"* ]]; then
echo -e '\e[33m'"$RASPMOD with ${MEMTOT}GB RAM"; else
echo -e '\e[33m'"$RASPMOD"; fi
echo -e '\e[32m'"`lsb_release -d | awk '/Description:/ {print $2, $3s $4, $5}'`"
echo -e '\e[32m'"`lsb_release -d | awk '/Description:/ {print $2, $3, $4, $5}'`"

# Uptime and load average
echo -e "Load average (1m, 5m, 15m)`uptime | awk -F'[a-z]:' '{print $2}'`"
Expand Down
Binary file modified raspi-info_latest.deb
Binary file not shown.

0 comments on commit 4ec9051

Please sign in to comment.