point installer to master

This commit is contained in:
t3chn0m4g3
2018-11-27 15:53:11 +01:00
parent bb223881f0
commit 5801c2ae00
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ function fuSELFUPDATE () {
echo "###### $myBLUE""No updates found in repository.""$myWHITE"
return
fi
myRESULT=$(git diff --name-only origin/18.04 | 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"