From c2e804185c740a79f965796d56b9dc6c15ea1b4f Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 4 Aug 2022 11:44:14 -0400 Subject: [PATCH] Update 'install/INSTALL.sh' --- install/INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/INSTALL.sh b/install/INSTALL.sh index 2ce7989..b4f246b 100644 --- a/install/INSTALL.sh +++ b/install/INSTALL.sh @@ -8,4 +8,4 @@ cp ../scripts/now.sh ../scripts/now mv ../scripts/now /usr/bin mv ../scripts/now.conf /etc mkdir ~/.config/now -mv events.sh ~/.config/now \ No newline at end of file +mv ../scripts/events.sh ~/.config/now \ No newline at end of file