From 906d45459c2f5ca8f93dba5a2ddad660ea80dab8 Mon Sep 17 00:00:00 2001 From: Daniel Dickison Date: Tue, 22 Aug 2023 00:24:29 -0700 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=94locked=20to=20release=20build=20?= =?UTF-8?q?command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 7693c0d..0bba49c 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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