10000
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 10690e9 commit 7df5ab5Copy full SHA for 7df5ab5
tools/prepare-ci.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-sudo apt-get install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
+sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
4
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
5
pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools
0 commit comments