Add 00-fedora-fixup-vim
We need to update vim-minimal, otherwise when rabbitmq-server gets installed and pulls in vim-common, we run into: https://bugzilla.redhat.com/show_bug.cgi?id=1066983 Change-Id: I910cd6c5c5fcfc6f6780b86029b1b4e660dd8d05
This commit is contained in:
parent
621376db44
commit
4072ae232f
7
elements/fedora/install.d/00-fedora-fixup-vim
Executable file
7
elements/fedora/install.d/00-fedora-fixup-vim
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -eux
|
||||||
|
|
||||||
|
# Workaround for:
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1066983
|
||||||
|
install-packages vim-minimal
|
Loading…
Reference in New Issue
Block a user