diff options
| author | vanhauser-thc <vh@thc.org> | 2024-02-01 14:01:59 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2024-02-01 14:01:59 +0100 |
| commit | 87596105efd7e7ebe31556a777e288c9eed6ae5d (patch) | |
| tree | 32361f977e04695f37ee2408c240c5f7052f9cad /nyx_mode | |
| parent | ac639012fbea0bd50e3a1f1ab1a62a5efbf0ceb8 (diff) | |
| download | afl++-87596105efd7e7ebe31556a777e288c9eed6ae5d.tar.gz | |
fix ci
Diffstat (limited to 'nyx_mode')
| -rwxr-xr-x | nyx_mode/build_nyx_support.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh index 239b18d5..cd04ce7e 100755 --- a/nyx_mode/build_nyx_support.sh +++ b/nyx_mode/build_nyx_support.sh @@ -30,6 +30,11 @@ if [ ! "$(uname -m)" = "x86_64" ]; then fi +cargo help > /dev/null 2>&1 || { + echo "[-] Error: Rust is not installed." + exit 0 +} + echo "[*] Making sure all Nyx is checked out" |
