File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Install Fibratus
2323 shell : bash
2424 run : |
25- ./make.bat install-msi
25+ ./make.bat install
2626 - name : Validate rules
2727 shell : bash
2828 run : |
Original file line number Diff line number Diff line change @@ -46,11 +46,10 @@ if "%~1"=="fmt" goto fmt
4646if " %~1 " == " clean" goto clean
4747if " %~1 " == " pkg" goto pkg
4848if " %~1 " == " pkg-slim" goto pkg-slim
49+ if " %~1 " == " install" goto install
4950if " %~1 " == " deps" goto deps
5051if " %~1 " == " rsrc" goto rsrc
5152if " %~1 " == " mc" goto mc
52- if " %~1 " == " install-msi" goto install-msi
53- if " %~1 " == " validate-rules" goto validate-rules
5453
5554:build
5655:: set PKG_CONFIG_PATH=pkg-config
@@ -184,7 +183,7 @@ goto :EOF
184183:: for process completion. Once the command
185184:: finishes, the install log is dumped to
186185:: help diagnosing installer failures
187- :install-msi
186+ :install
188187echo " Installing Fibratus..."
189188start /b /wait msiexec /i fibratus-0.0.0-amd64.msi /qn /l*! install.log
190189timeout 2 > NUL
You can’t perform that action at this time.
0 commit comments