From 85ab7d75af22f56daeef35afc8df3a67b1f2f5e3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 29 Sep 2025 10:01:50 +0300 Subject: [PATCH] install: autostart easyeffects --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 598ef695..6fab848b 100755 --- a/install +++ b/install @@ -219,6 +219,7 @@ if [ "$(id -u)" == "0" ]; then cp -v etc/xdg/autostart/footclient-journal-dns.desktop /etc/xdg/autostart/ cp -v etc/xdg/autostart/footclient-journal-network.desktop /etc/xdg/autostart/ cp -v etc/xdg/autostart/footclient-journal-time.desktop /etc/xdg/autostart/ + cp -v etc/xdg/autostart/easyeffects-service.desktop /etc/xdg/autostart/ fi # Enables laziness on checking whether or not apt is installed