diff --git a/install/INSTALL.sh b/install/INSTALL.sh index 79f8978..2ce7989 100644 --- a/install/INSTALL.sh +++ b/install/INSTALL.sh @@ -1,6 +1,11 @@ #!/bin/sh +# Remove outdated now +rm /usr/bin/now + chmod +x ../scripts/now.sh 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