Update Simple-Versions_Only

Removed unnecessary Revision
This commit is contained in:
Beeranco 2023-08-15 02:45:09 +02:00 committed by GitHub
parent 13cc72b9f6
commit 913cc83de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ if [[ $PiRevision == "a02082" ]] || [[ $PiRevision == "a22082" ]]; then
echo "You're running on a Pi 3 Model B"
fi
if [[ $PiRevision == "a020d3" ]]; then
echo "You're running on a Pi 3 Model B+ Rev 1.3"
echo "You're running on a Pi 3 Model B+"
fi
if [[ $PiRevision == "a03111" ]]; then
echo "You're running on a Pi 4 1GB"