aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/setup.d/30_tools
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/setup.d/30_tools')
-rwxr-xr-xINSTALL/setup.d/30_tools3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL/setup.d/30_tools b/INSTALL/setup.d/30_tools
index 486daba..b9d87f9 100755
--- a/INSTALL/setup.d/30_tools
+++ b/INSTALL/setup.d/30_tools
@@ -10,3 +10,6 @@ for x in $INSTDIR/tools/scripts/*; do
install --mode=755 $x /usr/local/bin/
done
+# grab and install repo tool
+wget -O /usr/local/bin/repo https://storage.googleapis.com/git-repo-downloads/repo
+chmod a+x /usr/local/bin/repo