summaryrefslogtreecommitdiff
path: root/kvmd.install
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd.install')
-rw-r--r--kvmd.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/kvmd.install b/kvmd.install
index 67ade5bd..da310e44 100644
--- a/kvmd.install
+++ b/kvmd.install
@@ -18,4 +18,7 @@ post_upgrade() {
chmod 600 /etc/kvmd/*passwd
chown kvmd /var/lib/kvmd/msd || true
+
+ echo "==> Patching configs ..."
+ sed -i -e "s/^dtoverlay=pi3-disable-bt$/dtoverlay=disable-bt/g" /boot/config.txt
}