Update setup.pl

This commit is contained in:
Izzy Meyer 2023-05-21 02:27:50 -05:00 committed by GitHub
parent fc95bdbad1
commit 7b3cd3efcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ sub install_fonts {
# Compiles rust programs using Cargo
sub compile_rust_programs {
my @rust_dependencies = ('fd-find', 'sd', 'onefetch', 'tokei', 'zoxide', 'broot', 'du-dust', 'cargo-update-installed');
my @rust_dependencies = ('sd', 'onefetch', 'tokei', 'zoxide', 'broot', 'du-dust', 'cargo-update-installed');
system('cargo', 'install', @rust_dependencies);
}