cockpit/bots/images/scripts/centos-7.install

9 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 "$@"