Skip to content

Commit 00d0650

Browse files
committed
2.0.x
1 parent 78f6a28 commit 00d0650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hetrixtools_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2323

2424
# Branch
25-
BRANCH="2.0.x"
25+
BRANCH="master"
2626

2727
# Check if install script is run by root
2828
echo "Checking root privileges..."

hetrixtools_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CONFIG="/etc/hetrixtools/hetrixtools.cfg"
3030
# Check if user specified branch to update to
3131
if [ -z "$1" ]
3232
then
33-
BRANCH="2.0.x"
33+
BRANCH="master"
3434
else
3535
BRANCH=$1
3636
fi

0 commit comments

Comments
 (0)