mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 11:10:21 +01:00
contrib/rh-bkr: fix installation
This commit is contained in:
parent
7c84abde83
commit
40b4445d87
1 changed files with 1 additions and 3 deletions
|
|
@ -46,9 +46,7 @@ EOF
|
|||
sed -e '/^\s*linux16\s*\/vmlinuz/ s/$/ $SELINUX_DISABLED/' -i /boot/grub2/grub.cfg || :
|
||||
rm -f /etc/sysconfig/network-scripts/ifcfg-mlx*
|
||||
|
||||
for r in $RPM_LIST; do
|
||||
yum downgrade -y $$r || yum install -y $$r
|
||||
done
|
||||
yum downgrade -y $RPM_LIST || yum install -y $RPM_LIST
|
||||
|
||||
if [[ -n "$BUILD_ID" ]]; then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue