mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-08-23 14:26:38 +00:00
7 lines
150 B
Bash
Executable File
7 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git clone https://github.com/capstone-engine/capstone.git -b 4.0.2 && \
|
|
git checkout capstone && \
|
|
./make.sh && \
|
|
sudo ./make.sh install
|