add build script
This commit is contained in:
parent
922f8d82a1
commit
945c5428ac
1 changed files with 11 additions and 0 deletions
11
build.sh
Normal file
11
build.sh
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
rustup default stable
|
||||||
|
rustup update
|
||||||
|
|
||||||
|
git pull
|
||||||
|
|
||||||
|
cargo build --release
|
||||||
|
|
||||||
|
mkdir -p server
|
||||||
|
|
||||||
|
cp devices.conf server/
|
||||||
|
cp target/release/home_server server/
|
Loading…
Reference in a new issue