diff --git a/install-spotify.sh b/install-spotify.sh index 4950591..8d85fc8 100755 --- a/install-spotify.sh +++ b/install-spotify.sh @@ -113,7 +113,7 @@ 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. + # 'PACKAGE' is empty. archs=`uname -m` case "$archs" in i?86)