Skip to content

Commit

Permalink
Add optional binaries to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Oct 18, 2024
1 parent 2160b4f commit 853322c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/usr/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ pub fn copy_files(verbose: bool) {
create_dir("/usr", verbose); // User directories
create_dir("/var", verbose); // Variables

//copy_file!("/bin/blank", verbose);
copy_file!("/bin/clear", verbose);
//copy_file!("/bin/exec", verbose);
//copy_file!("/bin/geocal", verbose);
//copy_file!("/bin/geodate", verbose);
copy_file!("/bin/get", verbose);
copy_file!("/bin/halt", verbose);
//copy_file!("/bin/hello", verbose);
//copy_file!("/bin/mandelbrot", verbose);
copy_file!("/bin/ntp", verbose);
copy_file!("/bin/pkg", verbose);
copy_file!("/bin/print", verbose);
Expand Down

0 comments on commit 853322c

Please sign in to comment.