Skip to content

Commit

Permalink
Move onionsearch to pipx install
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdufourcq authored Jul 16, 2024
1 parent e59bf74 commit 70c2b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/tl-overlays/etc/skel/Desktop/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ install_python_packages() {
pipx install h8mail || { echo "Failed to install h8mail"; add_to_error_log "Failed to install h8mail"; }
pipx install toutatis || { echo "Failed to install toutatis"; add_to_error_log "Failed to install toutatis"; }
pip3 install tweepy || { echo "Failed to install tweepy"; add_to_error_log "Failed to install tweepy"; }
pip3 install onionsearch || { echo "Failed to install onionsearch"; add_to_error_log "Failed to install onionsearch"; }
pipx install onionsearch || { echo "Failed to install onionsearch"; add_to_error_log "Failed to install onionsearch"; }
}


Expand Down

0 comments on commit 70c2b39

Please sign in to comment.