Skip to content

Commit

Permalink
Add —locked to release build command
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldickison committed Aug 22, 2023
1 parent a64ad4f commit 906d454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

cargo build --bin=server --release || exit
cargo build --bin=server --release --locked || exit

sudo rsync -rv public /home/kachiclash/
sudo chown -R kachiclash:nogroup /home/kachiclash/public
Expand Down

0 comments on commit 906d454

Please sign in to comment.