From 059ca5741f9ed5f7124cfa40005e3bacfbff9a73 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Sat, 19 Sep 2015 19:19:39 +0200 Subject: [PATCH] Deleted spaces --- install-spotify.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install-spotify.sh b/install-spotify.sh index 796e922..4950591 100755 --- a/install-spotify.sh +++ b/install-spotify.sh @@ -111,7 +111,7 @@ echo "(q) - quit" echo "" echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE if [ "${PACKAGE:-NO_VALUE}" == "NO_VALUE" ] ; then - + # Detect the arch of the system if variable # 'AR' is empty. archs=`uname -m` @@ -136,7 +136,7 @@ echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE echo "Unsupported Arquitecture ($archs)" exit 0 esac - + elif [ "$PACKAGE" == "1" -o "$PACKAGE" == "32" ] ; then cd /tmp/ wget -c $URL_SPOTIFY/$SPOTIFY_32 @@ -144,7 +144,7 @@ echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE rm -rf $SPOTIFY_32 echo "Exiting..." MENU_VARIABLE=3 - + elif [ "$PACKAGE" == "2" -o "$PACKAGE" == "64" ] ; then cd /tmp/ wget -c $URL_SPOTIFY/$SPOTIFY_64 @@ -152,13 +152,13 @@ echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE rm -rf $SPOTIFY_64 echo "Exiting..." MENU_VARIABLE=3 - + elif [ "$PACKAGE" == "q" -o "$PACKAGE" == "quit" ] ; then echo "Exiting..." MENU_VARIABLE=3 - + else - clear + clear echo "" echo "Invalid option, please, choose any available arch" echo ""