Skip to content

Commit

Permalink
Merge pull request #5 from njfox/upgrade-kernel
Browse files Browse the repository at this point in the history
Add kernel upgrade and add reboot to instructions
  • Loading branch information
mattymcfatty committed Oct 4, 2018
2 parents f95ac21 + 958127b commit 1268399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions honeyPiInstaller.sh
Expand Up @@ -28,7 +28,7 @@ fi
if whiptail --yesno "Let's install some updates. Answer 'no' if you are just experimenting and want to save some time (updates might take 15 minutes or more). Otherwise, shall we update now?" 20 60
then
apt-get update
apt-get upgrade
apt-get dist-upgrade
fi


Expand Down Expand Up @@ -106,5 +106,5 @@ cp mattshoneypot.py /root/honeyPi
(crontab -l 2>/dev/null; echo "@reboot python /root/honeyPi/mattshoneypot.py &") | crontab -
python /root/honeyPi/mattshoneypot.py &
ifconfig
printf "\n \n ok. should be good to go. Now go portscan this honeyPi and see if you get an alert!\n"
printf "\n \n ok, now reboot and you should be good to go. Then, go portscan this honeyPi and see if you get an alert!\n"

0 comments on commit 1268399

Please sign in to comment.