diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-22 11:40:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-22 11:40:15 +0300 |
| commit | 56c65cb8b558d236f49117abf57fbdc6b663ef93 (patch) | |
| tree | 595444b2f840c319907f590cd36404752d56074b /frontends | |
| parent | 1cd7dcea5bf672e5a314c3fd45355cbf7d795f04 (diff) | |
add helix editor
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/Rexfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 6a15887..c9740af 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -97,6 +97,7 @@ task 'base', group => 'frontends', pkg 'vger', ensure => present; pkg 'zsh', ensure => present; pkg 'bash', ensure => present; + pkg 'helix', ensure => present; my @pkg_scripts = qw/uptimed httpd dserver icinga2/; push @pkg_scripts, 'znc' if connection->server eq $ircbouncer_server; |
