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