starter-kit/bots/images/scripts/rhel-7-7.install
2019-08-25 15:21:02 +00:00

8 lines
200 B
Bash
Executable file

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