You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-01-06 08:01:21 +03:00
Added vim to test virtual machine.
This commit is contained in:
committed by
David Steele
parent
9b5a27f657
commit
48eecc2c04
2
test/Vagrantfile
vendored
2
test/Vagrantfile
vendored
@@ -14,7 +14,7 @@ Vagrant.configure(2) do |config|
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
# Install Perl modules
|
||||
sudo apt-get update
|
||||
apt-get install -y libdbi-perl libdbd-pg-perl libxml-checker-perl ghostscript libperl-critic-perl
|
||||
apt-get install -y libdbi-perl libdbd-pg-perl libxml-checker-perl ghostscript libperl-critic-perl vim
|
||||
|
||||
# Install texlive
|
||||
mkdir /root/texlive
|
||||
|
||||
Reference in New Issue
Block a user