Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yangr0 authored Jun 4, 2020
1 parent 7fc90af commit 0a39b80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
curl https://sh.rustup.rs > rust.sh # Download Rust installation
chmod +x rust.sh
./rust.sh -y # Runs the installation file
rm rust.sh # Removes the installation file
sudo apt-get install pkg-config libssl-dev # Installs some dependencies
cargo build # Compiles the code
mv target/debug/RBust rbust # Moves the executable to RBust directory
mv target/debug/RBust rbust # Moves the executable to RBust directory

0 comments on commit 0a39b80

Please sign in to comment.