From eee6e3cdce873d8dd1afd5f8225a894c49d012db Mon Sep 17 00:00:00 2001 From: Filip Borum Poulsen Date: Fri, 22 Mar 2024 00:22:37 +0100 Subject: [PATCH] FIX wrong path --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a5ec1fc..f4ce5ee 100644 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ sudo systemctl disable video-player2.service sudo systemctl restart video-player.service sudo systemctl restart video-player2.service -mkdir .config/autostart -cp clock.desktop .config/autostart/clock.desktop +mkdir ~/.config/autostart +cp clock.desktop ~/.config/autostart/clock.desktop popd \ No newline at end of file