Skip to content

Commit 3f5bb97

Browse files
committed
smh
1 parent 467e772 commit 3f5bb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/install-general.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ apt install -y python3-pip ruby php
66
# Install Rust
77
export CARGO_INSTALL_ROOT='/usr/local'
88
curl https://sh.rustup.rs -sSf | bash -s -- -y
9-
echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
9+
echo 'source "$HOME/.cargo/env"' >> "$HOME/.profile"
1010
source "$HOME/.cargo/env"
1111

1212
# Install Python libs
1313
pip3 install --upgrade pip
14-
pip3 install --upgrade pwntools angr z3-solver requests aiohttp tqdm pycrypto patchelf ROPgadget
14+
pip3 install --upgrade pwntools angr z3-solver requests aiohttp tqdm pycrypto patchelf ROPgadget

0 commit comments

Comments
 (0)