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 like sudo 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
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.
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.
Create a simple installation script that will do everything with a simple command line run something like
sudo bash configure.shCreate a command that you can copy and paste that will do the installation for you something like:
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.