Merge 7078ff8ac8
into f6816052bb
This commit is contained in:
commit
7990b2d1f1
@ -113,6 +113,8 @@ msg "Extracting disk image..."
|
|||||||
case $FILE in
|
case $FILE in
|
||||||
*"gz") gunzip -f $FILE;;
|
*"gz") gunzip -f $FILE;;
|
||||||
*"xz") xz -d $FILE;;
|
*"xz") xz -d $FILE;;
|
||||||
|
*"zip") unzip $FILE;;
|
||||||
|
|
||||||
*) die "Unable to handle file extension '${FILE##*.}'.";;
|
*) die "Unable to handle file extension '${FILE##*.}'.";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user