#!/bin/bash # # Enables OEM installaiton mode in Calamares. if [ -e '/etc/calamares/OEM_MODE_ACTIVATED' ]; then calamares -D8; exit; fi msg="$(cat <