Skip to content

Commit

Permalink
Merge pull request #351 from m-1-k-3/pip_dep
Browse files Browse the repository at this point in the history
pip install for requests
  • Loading branch information
BenediktMKuehne authored Oct 17, 2022
2 parents 6cf6541 + fa0a281 commit 9d696e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/I01_default_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ I01_default_apps(){
print_tool_info "strace" 1

# python3.10-request
print_tool_info "python3-pip" 1
print_pip_info "requests"

# tools only available on Kali Linux:
if [[ "$OTHER_OS" -eq 0 ]] && [[ "$UBUNTU_OS" -eq 0 ]]; then
print_tool_info "metasploit-framework" 1
Expand Down
1 change: 1 addition & 0 deletions installer/I01_default_apps_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ I01_default_apps_host() {
print_tool_info "curl" 1

# python3.10-request
print_tool_info "python3-pip" 1
print_pip_info "requests"

if [[ "$LIST_DEP" -eq 1 ]] ; then
Expand Down

0 comments on commit 9d696e7

Please sign in to comment.