starter-kit/bots/images/scripts/rhel-8-0.install
2019-08-22 16:08:42 +00:00

9 lines
267 B
Bash
Executable file

#! /bin/bash
set -e
# remove cockpit distro packages, testing with upstream master
# subscription-manager-cockpit needs these, thus --nodeps
rpm --erase --nodeps --verbose cockpit cockpit-ws cockpit-bridge cockpit-system
/var/lib/testvm/fedora.install --rhel "$@"