diff --git a/commands/scripts/postinstall.sh b/commands/scripts/postinstall.sh index ffe8e986f..e831e0daf 100644 --- a/commands/scripts/postinstall.sh +++ b/commands/scripts/postinstall.sh @@ -1,7 +1,7 @@ #!/bin/sh echo -n "Would you like to install binary packages from the CD? (y/N) " read y -if [ "$y" = y ] +if [ "$y" = y -o "$y" = Y ] then echo "Ok, showing you a list of packages, please type y" echo "for every package you want installed." /usr/bin/packme