install-gui: Drop trailing whitespaces (#8723)

This commit is contained in:
dustinface
2021-10-05 09:47:57 -07:00
committed by GitHub
parent 2127634aab
commit 82abc836ab
+1 -1
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