Skip to content

Commit

Permalink
Link tor-check
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen authored Sep 7, 2023
1 parent e378659 commit 67cae25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/src/bins/start_init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ async fn setup_or_init(cfg_path: Option<PathBuf>) -> Result<(), Error> {
.arg("/usr/local/bin/aptitude")
.invoke(crate::ErrorKind::OpenSsh)
.await?;
Command::new("ln")
.arg("-sf")
.arg("/usr/lib/embassy/scripts/tor-check.sh")
.arg("/usr/local/bin/tor-check")
.invoke(crate::ErrorKind::OpenSsh)
.await?;

Command::new("make-ssl-cert")
.arg("generate-default-snakeoil")
Expand Down

0 comments on commit 67cae25

Please sign in to comment.