... | ... | @@ -96,4 +96,4 @@ move to the directory of ```setup.exe``` and run the following command: |
|
|
Choose your preferred download mirror, click next during package selection and
|
|
|
wait for the setup to finish and then hit enter and run the following command:
|
|
|
|
|
|
c:\cygwin\bin\bash.exe -c "PATH=/usr/bin; mkdir -p /home/%username%; cd /home/arachni/; git clone git://github.com/djberg96/sys-proctable.git; cd sys-proctable; mkdir -p /usr/lib/ruby/site_ruby/1.9.1/sys; rake install; gem build sys-proctable.gemspec; gem install ./sys-proctable-*-x86-cygwin.gem; gem install arachni" |
|
|
c:\cygwin\bin\bash.exe -c "PATH=/usr/bin; mkdir -p /home/%username%; cd /home/%username%; git clone git://github.com/djberg96/sys-proctable.git; cd sys-proctable; mkdir -p /usr/lib/ruby/site_ruby/1.9.1/sys; rake install; gem build sys-proctable.gemspec; gem install ./sys-proctable-*-x86-cygwin.gem; gem install arachni" |