case sensitive
This commit is contained in:
parent
c37acca419
commit
382ebe8f2b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue