mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-23 17:24:21 +01:00
removed dependency on tool-dict.pkl (#93)
* removed tool_dict dependency * updated tests * updated go version * added defaults for failing iteration during tool installation * Update pythonapp.yml * updated docs
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
installed: false
|
||||
bashrc: &bashrc !join_path [!get_default "{home}", .bashrc]
|
||||
path: &gotool !join_path [!get_default "{goroot}", go/bin/go]
|
||||
dlpath: &dlpath !join_empty ["https://dl.google.com/go/go1.14.6.linux-", !get_default "{arch}", ".tar.gz"]
|
||||
dlpath: &dlpath !join_empty ["https://dl.google.com/go/go1.14.7.linux-", !get_default "{arch}", ".tar.gz"]
|
||||
|
||||
install_commands:
|
||||
- !join ["wget -q", *dlpath, "-O /tmp/go.tar.gz"]
|
||||
|
||||
Reference in New Issue
Block a user