update for new version
This commit is contained in:
@@ -113,6 +113,7 @@ msg "Extracting disk image..."
|
||||
case $FILE in
|
||||
*"gz") gunzip -f $FILE;;
|
||||
*"xz") xz -d $FILE;;
|
||||
*"zip") unzip $FILE;;
|
||||
*) die "Unable to handle file extension '${FILE##*.}'.";;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user