Skip to content

Commit

Permalink
Update ctf.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thebsdbox authored Sep 6, 2024
1 parent 64ba76d commit d4b2ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provision:
- mode: system
script: |
#!/bin/sh
sudo apt-get update; sudo apt-get install -y linux-tools-$(uname -r) libbpf-dev clang vim golang-go git
sudo apt-get update; sudo apt-get install -y linux-tools-$(uname -r) libbpf-dev clang vim golang-go git llvm gcc-multilib
sudo curl -L https://github.com/thebsdbox/emperium/raw/main/bin/emperium-$(uname -m) > /tmp/emperium && chmod +x /tmp/emperium
- mode: user
script: |
Expand Down

0 comments on commit d4b2ff5

Please sign in to comment.