diff --git a/iso/installer/install.sh b/iso/installer/install.sh index d430acde..0fdee005 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -677,7 +677,7 @@ pip install elasticsearch-curator yq # Cloning T-Pot from GitHub fuBANNER "Cloning T-Pot" -git clone https://github.com/TheHADILP/tpotce.git -b hpfeeds-cmd /opt/tpot +git clone https://github.com/dtag-dev-sec/tpotce /opt/tpot # Let's create the T-Pot user fuBANNER "Create user" diff --git a/update.sh b/update.sh index 32986fcc..ab752784 100755 --- a/update.sh +++ b/update.sh @@ -58,7 +58,7 @@ function fuSELFUPDATE () { echo "###### $myBLUE""No updates found in repository.""$myWHITE" return fi - myRESULT=$(git diff --name-only origin/hpfeeds-cmd | grep update.sh) + myRESULT=$(git diff --name-only origin/master | grep update.sh) if [ "$myRESULT" == "update.sh" ]; then echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"