#!/bin/sh #set -x set -e apt-mark unhold fhem # stop fhem if running systemctl stop fhem # remove fhem autostart systemctl disble fhem