Skip to content

Commit

Permalink
fix missing fi
Browse files Browse the repository at this point in the history
  • Loading branch information
wade ~ Pack3tL0ss committed Feb 2, 2024
1 parent eaacba9 commit ae30f36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ get_pi_info() {
. <(dmidecode | grep "^System Information" -A2 | tail -n +2 | sed 's/: /="/' | sed 's/ /_/' | sed 's/$/"/' | tr -d "\t")
model_pretty="$Manufacturer $Product_Name"
fi
fi
logit "$model_pretty"
[ -f /etc/os-release ] && . /etc/os-release && logit "$NAME $(head -1 /etc/debian_version) ($VERSION_CODENAME) running on $cpu Revision: $rev"
logit "$(uname -a)"
Expand Down

0 comments on commit ae30f36

Please sign in to comment.