Update install to take python packages from repo. - #59
Open
credmp wants to merge 3 commits into
Open
Conversation
Removed redundant $-signs to increase ease of copying for new users.
Updated README.md
dikkefee
reviewed
Apr 26, 2024
| python3 -m pip install selenium | ||
| wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | ||
| sudo dpkg -i google-chrome-stable_current_amd64.deb; sudo apt-get -fy install | ||
| rm google-chrome-stable_current_amd64.deb |
There was a problem hiding this comment.
Probably a good idea to add git clone https://www.github.com/threat9/routersploit ./analysis/routersploit or the analysis function won't be working
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Do 1 apt install
The packages are installed using 1 apt install. This ensures that conflicts are nicely managed and the installation procedure is a little bit smoother to the user.
Kali 2023.1
With the new release of Kali a new python setup is encouraged. Take the packages from the repository or install them as user. In this patch all the global python packages (where possible) are installed from the repository packages.
https://www.kali.org/blog/kali-linux-2023-1-release/
Obsolete package?
The fusecram package is no longer available in the repositories. It is removed from the apt installation.