Skip to content

Commit

Permalink
install-gui: Drop trailing whitespaces (Chia-Network#8723)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdustinface authored Oct 5, 2021
1 parent 2127634 commit 82abc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82abc83

Please sign in to comment.