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