summaryrefslogtreecommitdiff
path: root/data/metasploit3/make.sh
diff options
context:
space:
mode:
authorChris Baker <extremis@exploit.org>2008-03-02 05:47:24 +0000
committerChris Baker <extremis@exploit.org>2008-03-02 05:47:24 +0000
commit381ff0dba0fd69348f6a4f298a5e19df1ff6008c (patch)
treed3ab7af776d6a9de098c7d3ddb1377e7894d9f82 /data/metasploit3/make.sh
parentd9a0d384af63c768c9c953d5e856ff8b3627b910 (diff)
Corrected to include suggestions by Saurik for install method. I, the maintainer, will be releasing priority updates for the Metasploit Framework through -svn<num> patch releases. This will give me an opportunity to veriy the stability of the release prior to release. Those that require a greater frequency of updates are recommended to "svn co http://metasploit.com/svn/framework3/trunk/ /var/local/msf3" themselves.
git-svn-id: http://svn.telesphoreo.org/trunk@135 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/metasploit3/make.sh')
-rw-r--r--data/metasploit3/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/metasploit3/make.sh b/data/metasploit3/make.sh
index 3c9474eac..124a7597f 100644
--- a/data/metasploit3/make.sh
+++ b/data/metasploit3/make.sh
@@ -1,4 +1,4 @@
-pkg: svn co http://metasploit.com/svn/framework3/trunk/ framework-3.1
+pkg: tar -zxvf "${PKG_DATA}/framework-3.1.tar.gz"
pkg: mkdir -p /var/local /usr/bin
pkg: cp -a framework-3.1 /var/local/msf3
pkg: ln -s /var/local/msf3/msfcli /usr/bin/msfcli