Update Jackalope to remove references to RVM.

Starting with Firmware 1.6 and the Metasploit tools package, RVM will no longer be needed.
pull/389/head
Marc 2019-07-04 00:08:01 +01:00 committed by GitHub
parent f9aadb0a4d
commit 947b08fc0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -26,8 +26,6 @@ COUNT=$((COUNT+1))
LOOTDIR=$LOOTBASE/$TARGET_HOSTNAME-$COUNT
mkdir -p $LOOTDIR
source /etc/profile.d/rvm.sh
rvm --default use 2.6.2 >> $LOOTDIR/log.txt
MSF_DIR=/tools/metasploit-framework
# Save environment informaiton:
@ -115,4 +113,4 @@ do
else
ENTER_PW
fi
done
done