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 7b897ef commit 95f0683Copy full SHA for 95f0683
scripts/install_system_dependencies.sh renamed to scripts/install_sysdeps.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+# "sysdeps" stands for "system dependencies".
3
# These are dependencies unrelated to Python that the dbgym needs.
4
cat scripts/configs/apt_requirements.txt | xargs sudo apt-get install -y
5
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
0 commit comments