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 467e772 commit 3f5bb97Copy full SHA for 3f5bb97
src/install-general.sh
@@ -6,9 +6,9 @@ apt install -y python3-pip ruby php
6
# Install Rust
7
export CARGO_INSTALL_ROOT='/usr/local'
8
curl https://sh.rustup.rs -sSf | bash -s -- -y
9
-echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
+echo 'source "$HOME/.cargo/env"' >> "$HOME/.profile"
10
source "$HOME/.cargo/env"
11
12
# Install Python libs
13
pip3 install --upgrade pip
14
-pip3 install --upgrade pwntools angr z3-solver requests aiohttp tqdm pycrypto patchelf ROPgadget
+pip3 install --upgrade pwntools angr z3-solver requests aiohttp tqdm pycrypto patchelf ROPgadget
0 commit comments