Minor tweaks to the Linux installers

git-svn-id: file:///home/svn/framework3/trunk@7410 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-11-09 00:14:18 +00:00
parent 6885ffa48f
commit dbdf4df415
2 changed files with 9 additions and 4 deletions

View File

@ -23,8 +23,10 @@ cp tmp/msf3.tar tmp32/
cp bin/linux32.tar.bz2 tmp32/metasploit.tar.bz2
bunzip2 tmp32/metasploit.tar.bz2
cp -a scripts/*.sh tmp32/
makeself tmp32 ${PATH32} "${NAME32}" ./installer.sh 32
rm -rf tmp32
TMP32=tmp32`date +%s1`
mv tmp32 $TMP32
makeself $TMP32 ${PATH32} "${NAME32}" ./installer.sh 32
rm -rf $TMP32
rm -rf tmp64
mkdir tmp64
@ -32,6 +34,8 @@ cp tmp/msf3.tar tmp64/
cp bin/linux64.tar.bz2 tmp64/metasploit.tar.bz2
bunzip2 tmp64/metasploit.tar.bz2
cp -a scripts/*.sh tmp64/
makeself tmp64 ${PATH64} "${NAME64}" ./installer.sh 64
rm -rf tmp64
TMP64=tmp32`date +%s1`
mv tmp64 $TMP64
makeself $TMP64 ${PATH64} "${NAME64}" ./installer.sh 64
rm -rf $TMP64

View File

@ -82,6 +82,7 @@ fi
echo "Would you like to update Metasploit right now?"
confirm "Update?"
if [ $? -eq "1" ]; then
echo ""
/opt/metasploit3/bin/msfupdate
echo ""
fi