-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We have been discussing some installation methods to fix our rollover issue (issue #55) and have come up with a potential solution, this will bring in a problem with installation though. So we as a team have decided to give this option to the community.
- First option
Create a simple installation script that will do everything with a simple command line run something likesudo bash configure.sh
- Second option
Create a command that you can copy and paste that will do the installation for you something like:
sudo -s << EOF
git clone <LINK>
sudo pip2 install msgpack
cd msfrpc/python-msfrpc
python setup.py install
mkdir /opt
cd /opt
git clone autosploit
cd /opt/autosploit
pip2 install - r reqs.txt
EOF
- Option three
Both.
Leave your comment here, you can also vote on our poll on Twitter or on our Discord server
Either way the configuration for the program will be done automatically, but how you want it to be done is up to you.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request