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 d31ac76 commit 35321a1Copy full SHA for 35321a1
src/makefile
@@ -9,11 +9,5 @@ clean:
9
rm -rf ${build-dir}
10
11
patch-analytics:
12
- git clone https://github.com/virtual-labs/vlabs-analytics.git
13
- cp vlabs-analytics/gtm-patcher.py ../scripts/.
14
- cp vlabs-analytics/patch-analytics.sh ../scripts/.
15
chmod +x ../scripts/patch-analytics.sh
16
../scripts/patch-analytics.sh
17
- rm -rf vlabs-analytics
18
- rm -rf ../scripts/patch-analytics.sh
19
- rm -rf ../scripts/gtm-patcher.py
0 commit comments