*** empty log message ***
This commit is contained in:
parent
c162654310
commit
151401bcb4
@ -2,6 +2,7 @@
|
||||
|
||||
PI=.postinstall
|
||||
TMP=/usr/tmp
|
||||
PATH=/bin:/usr/bin:/usr/local/bin
|
||||
|
||||
if [ "$#" -ne 1 ]
|
||||
then
|
||||
|
@ -15,7 +15,7 @@ if [ -n "$cddrive" ]
|
||||
then for package in `isodir "$cddrive" $CDDIR | grep -i '\.tbz'`
|
||||
do echo -n "Install $package (y/N) ? "
|
||||
read y
|
||||
if [ "$y" = y ]
|
||||
if [ "$y" = y -o "$y" = Y ]
|
||||
then echo "Extracting $CDDIR/$package .."
|
||||
isoread "$cddrive" $CDDIR/$package | packit -
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user