We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f6a28 commit 00d0650Copy full SHA for 00d0650
hetrixtools_install.sh
@@ -22,7 +22,7 @@
22
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23
24
# Branch
25
-BRANCH="2.0.x"
+BRANCH="master"
26
27
# Check if install script is run by root
28
echo "Checking root privileges..."
hetrixtools_update.sh
@@ -30,7 +30,7 @@ CONFIG="/etc/hetrixtools/hetrixtools.cfg"
30
# Check if user specified branch to update to
31
if [ -z "$1" ]
32
then
33
- BRANCH="2.0.x"
+ BRANCH="master"
34
else
35
BRANCH=$1
36
fi
0 commit comments