Merge a79925ee5b
into f6816052bb
This commit is contained in:
commit
b55fff8379
@ -111,6 +111,7 @@ FILE=$(basename $URL)
|
||||
# Extract Home Assistant disk image
|
||||
msg "Extracting disk image..."
|
||||
case $FILE in
|
||||
*"zip") gunzip -S .zip -f $FILE ;;
|
||||
*"gz") gunzip -f $FILE;;
|
||||
*"xz") xz -d $FILE;;
|
||||
*) die "Unable to handle file extension '${FILE##*.}'.";;
|
||||
|
Loading…
Reference in New Issue
Block a user