install-gui: Drop trailing whitespaces (#8723)

This commit is contained in:
dustinface 2021-10-05 18:47:57 +02:00 committed by GitHub
parent 2127634aab
commit 82abc836ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ if [ "$(uname)" = "Linux" ]; then
if type apt-get; then
# Debian/Ubuntu
UBUNTU=true
# Check if we are running a Raspberry PI 4
if [ "$(uname -m)" = "aarch64" ] \
&& [ "$(uname -n)" = "raspberrypi" ]; then