Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Nov 27, 2024
1 parent b400637 commit 6a1ae86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/usr/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ pub fn copy_files(verbose: bool) {
// can also be installed later with the `pkg install` command.

//copy_file!("/bin/blank", verbose);
//copy_file!("/bin/browse", verbose);
copy_file!("/bin/clear", verbose);
//copy_file!("/bin/exec", verbose);
//copy_file!("/bin/fetch", 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);
Expand Down

0 comments on commit 6a1ae86

Please sign in to comment.