summaryrefslogtreecommitdiff
path: root/Rexfile
diff options
context:
space:
mode:
Diffstat (limited to 'Rexfile')
-rw-r--r--Rexfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rexfile b/Rexfile
index 9f08064..d9c58d3 100644
--- a/Rexfile
+++ b/Rexfile
@@ -448,6 +448,7 @@ task 'pkg_rocky', sub {
ripgrep
ruby
strace
+ zoxide
tig
tmux
vim-enhanced
@@ -456,6 +457,6 @@ task 'pkg_rocky', sub {
for my $pkg (@pkgs) {
Rex::Logger::info("Installing package $pkg");
- run "sudo dnf install -y $pkg";
+ pkg $pkg, ensure => "installed";
}
};