Skip to content

Commit 752b37a

Browse files
committed
DOC and minor changes
1 parent 42647a9 commit 752b37a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Requirements
1818
2. Ruby >=1.9
1919
3. [**bundler**](http://bundler.io/)
2020
4. **Gems**: [mysql](https://rubygems.org/gems/mysql), [colorize](https://rubygems.org/gems/colorize), [nokogiri](https://rubygems.org/gems/nokogiri)
21-
5. GNU/Linux system based on Debian
21+
5. GNU/Linux system based on Debian and Arch
2222

2323
Install
2424
-------
@@ -34,6 +34,7 @@ Tested on:
3434
* Debian 8 Jessie
3535
* Elementary OS Luna
3636
* Linux Mint 17.1
37+
* Manjaro (Unstable)
3738

3839
Screenshot
3940
----------

Diff for: organon.8

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for organon.
22
.\" Contact [email protected] to correct errors or typos.
3-
.TH man 8 "30 may 2015" "0.1.8-r4" "organon man page"
3+
.TH man 8 "03 june 2015" "0.1.8-r5" "organon man page"
44

55
.SH NAME
66
Organon \- Package manager that focus on pentest tools
@@ -17,7 +17,7 @@ Organon program focuses on automating the download, installation and compilation
1717
2. Ruby >=1.9
1818
3. bundler
1919
4. Gems: mysql, colorize, nokogiri
20-
5. GNU/Linux system based on Debian
20+
5. GNU/Linux system based on Debian and Arch
2121

2222

2323
.SH TESTED ON
@@ -28,6 +28,7 @@ Organon program focuses on automating the download, installation and compilation
2828
* Debian 8 Squeezy
2929
* Elementary OS Luna
3030
* Linux Mint 17.1
31+
* Manjaro (unstable)
3132

3233
.SH OPTIONS
3334
organon -h

Diff for: src/installer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#This script makes part of Organon Project
44
#https://github.com/maximozsec/organon
5-
#LAST UPDATE = 31/05/15
5+
#LAST UPDATE = 03/06/15
66

77

88
__AUTHOR__ = "Fnkoc"
@@ -89,7 +89,7 @@ def generator(lang, package_name, prog):
8989
lang = "python3"
9090
exe = ".py"
9191
elif "python" in a:
92-
lang = "python"
92+
lang = "python2"
9393
exe = ".py"
9494
elif "perl" in a:
9595
lang = "perl"

0 commit comments

Comments
 (0)