Skip to content
Snippets Groups Projects
Commit 860498b7 authored by Bob Mottram's avatar Bob Mottram
Browse files

build

parent 08c014e4
No related branches found
No related tags found
No related merge requests found
......@@ -406,6 +406,8 @@ function install_plume {
echo "ROCKET_SECRET_KEY=$(create_random_string 30)$(create_random_string 30)$(create_random_string 30)"; } > /etc/plume/.env
cd /etc/plume || exit 43846834
cargo build
increment_app_install_progress
cargo install --no-default-features --features postgres
increment_app_install_progress
cargo install --no-default-features --features postgres --path plume-cli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment