case sensitive
This commit is contained in:
parent
c37acca419
commit
382ebe8f2b
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo -n "Would you like to install binary packages from the CD? (y/N) "
|
echo -n "Would you like to install binary packages from the CD? (y/N) "
|
||||||
read y
|
read y
|
||||||
if [ "$y" = y ]
|
if [ "$y" = y -o "$y" = Y ]
|
||||||
then echo "Ok, showing you a list of packages, please type y"
|
then echo "Ok, showing you a list of packages, please type y"
|
||||||
echo "for every package you want installed."
|
echo "for every package you want installed."
|
||||||
/usr/bin/packme
|
/usr/bin/packme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user