We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cde6ee commit b4cad54Copy full SHA for b4cad54
lib/omnibus/fetchers/net_fetcher.rb
@@ -163,7 +163,6 @@ def execute_tests(file_path)
163
log.info(log_key) { "-----DEBUG-----checking gtar and xz versions and path" }
164
shellout!("gtar --version")
165
shellout!("which gtar")
166
- shellout!("brew install xz")
167
shellout!("xz --version")
168
shellout!("which xz")
169
log.info(log_key) { "-----DEBUG-----end of the test to here" }
0 commit comments