Fix model output in setup script

This commit is contained in:
Maximilian Luz 2019-12-09 12:13:36 +01:00
parent 969a0197f6
commit d2445656d9
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -24,7 +24,7 @@ fi
SUR_MODEL="$(dmidecode | grep "Product Name" -m 1 | xargs | sed -e 's/Product Name: //g')"
echo "Running $LX_BASE version $LX_VERSION on a $LX_MODEL."
echo "Running $LX_BASE version $LX_VERSION on a $SUR_MODEL."
read -rp "Press enter if this is correct, or CTRL-C to cancel." tmp; echo
echo "Continuing setup..."