From 2d106d623b63b16ac3833d7e6979fe2a0bad39e4 Mon Sep 17 00:00:00 2001 From: STRSHR Date: Sat, 8 Oct 2016 11:50:52 +0300 Subject: [PATCH] redir dev updater to dev branch --- dev/fluxion | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/fluxion b/dev/fluxion index 89f7d9d..5ba9c0a 100755 --- a/dev/fluxion +++ b/dev/fluxion @@ -22,7 +22,7 @@ ipNmap=`ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*) # Deauth duration during handshake capture # oo DEAUTHTIME="15" -revision=56 +revision=57 version=0.23 IP=192.168.1.1 RANG_IP=$(echo $IP | cut -d "." -f 1,2,3) @@ -91,7 +91,7 @@ airmon # Check Updates function checkupdatess { - revision_online="$(timeout -s SIGTERM 20 curl "https://raw.githubusercontent.com/deltaxflux/fluxion/master/fluxion" 2>/dev/null| grep "^revision" | cut -d "=" -f2)" + revision_online="$(timeout -s SIGTERM 20 curl "https://raw.githubusercontent.com/deltaxflux/fluxion/master/dev/fluxion" 2>/dev/null| grep "^revision" | cut -d "=" -f2)" if [ -z "$revision_online" ]; then echo "?">$DUMP_PATH/Irev else @@ -586,7 +586,7 @@ if [ $FLUX_DEBUG != 1 ]; then if [ "$revision" != "$revision_online" ]; then cp $0 $HOME/flux_rev-$revision.backup - curl "https://raw.githubusercontent.com/deltaxflux/fluxion/master/fluxion" -s -o $0 + curl "https://raw.githubusercontent.com/deltaxflux/fluxion/master/dev/fluxion" -s -o $0 echo echo echo -e ""$red"