mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Quiet unzip
This commit is contained in:
parent
79e70ae00b
commit
21eb0cfa27
@ -76,7 +76,7 @@ function download_file
|
||||
#2 The output directory
|
||||
function zip_extract
|
||||
{
|
||||
unzip "$1" -d "$2"
|
||||
unzip -q "$1" -d "$2"
|
||||
}
|
||||
|
||||
## Extracts a 7zip file
|
||||
|
Loading…
x
Reference in New Issue
Block a user