8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
# Workaround for:
|
||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1066983
|
||
|
install-packages vim-minimal
|