starter-kit/bots/images/scripts/centos-7.install
2019-08-22 16:05:13 +00:00

8 lines
193 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 "$@"