There was an error while loading. Please reload this page.
1 parent e470b6d commit ab1869fCopy full SHA for ab1869f
1 file changed
misc/tools.func
@@ -9394,6 +9394,8 @@ fetch_and_deploy_from_url() {
9394
9395
if [[ "$file_desc" =~ gzip.*compressed|gzip\ compressed\ data ]]; then
9396
archive_type="tar"
9397
+ elif [[ "$file_desc" =~ XZ\ compressed\ data ]]; then
9398
+ archive_type="tar"
9399
elif [[ "$file_desc" =~ Zip.*archive|ZIP\ archive ]]; then
9400
archive_type="zip"
9401
elif [[ "$file_desc" =~ Debian.*package|Debian\ binary\ package ]]; then
0 commit comments