From b155b835af08fe0e3969cfd3dca3d7af71d693c6 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 4 May 2025 18:22:11 +0200 Subject: Fix install-user-units.sh --- install-user-units.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-user-units.sh b/install-user-units.sh index ac5b03b..a07bf17 100755 --- a/install-user-units.sh +++ b/install-user-units.sh @@ -1,6 +1,7 @@ #! /usr/bin/env sh +mkdir -p "$HOME/.config/systemd/user/" cp MatrixAntiDmSpam@.service "$HOME/.config/systemd/user/MatrixAntiDmSpam@.service" if [ ! -d "$HOME/.config/MatrixAntiDmSpam" ]; then -- cgit 1.5.1