8 lines
193 B
Bash
Executable file
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 "$@"
|