Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions crates/update/src/cli/self_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ impl SelfInstall {
data_dir,
} = &paths;

eprintln!("Our EULA for spacetimedb-cli can be found here: <https://spacetimedb.com/eula>");
if self.yes.yes {
eprintln!("By continuing, you agree to the EULA.");
} else if !self.yes.confirm_with_default("Agree to the EULA?".to_owned(), true)? {
return Ok(ExitCode::FAILURE);
}

let root_dir = self.root_dir.or_else(|| paths.to_root_dir());
eprint!("The SpacetimeDB command line tool will now be installed");
if let Some(root_dir) = &root_dir {
Expand Down
Loading