summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup/linux/inst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/linux/inst.sh b/setup/linux/inst.sh
index bbebeb8..519121b 100644
--- a/setup/linux/inst.sh
+++ b/setup/linux/inst.sh
@@ -47,8 +47,8 @@ chmod +x setup.sh
# Build CLI
echo "Building CLI..."
cd ../CommandLine
-cargo build --release
-cargo export
+chmod +x deploy.sh
+./deploy.sh
# Configure shell to include CLI in PATH
echo "Now adding JustEnoughVCS CLI to your environment. Please select your target shell:"