mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
Added vim to test virtual machine.
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user