Skip to content

Commit

Permalink
Add reinstall command
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <deniallugo@gmail.com>
  • Loading branch information
Deniallugo committed Jun 20, 2024
1 parent efb0d10 commit 8b7ed53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions bin/zkt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

cd $(dirname $0)
cd ../zk_toolbox

cargo install --path ./crates/zk_inception --force
cargo install --path ./crates/zk_supervisor --force
1 change: 0 additions & 1 deletion zk_toolbox/crates/zk_inception/src/commands/chain/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use config::{
};
use xshell::{cmd, Shell};

use super::args::init::InitArgsFinal;
use crate::{
accept_ownership::accept_admin,
commands::chain::{
Expand Down
2 changes: 1 addition & 1 deletion zk_toolbox/crates/zk_inception/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pub mod args;
pub mod chain;
pub mod containers;
pub mod ecosystem;
pub mod prover;
pub mod external_node;
pub mod prover;
pub mod server;

0 comments on commit 8b7ed53

Please sign in to comment.