Remove sudo from this line
This commit is contained in:
parent
aaf6802e69
commit
cac38d9809
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo $HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo build --release
|
$HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo build --release
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
cp target/release/fantastic-rs out/backend
|
cp target/release/fantastic-rs out/backend
|
Loading…
Reference in a new issue