Skip to content

Commit

Permalink
Update build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kinire98 authored May 28, 2024
1 parent 068318c commit 4af559d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ fn main() {
"{", "origin", "None", "target", "None", "}"
),
);
let _ = Command::new("sudo")
.args(["chmod", "-R", "777", "/etc/klone/"])
.output();
}

0 comments on commit 4af559d

Please sign in to comment.