now/install/INSTALL.sh

11 lines
214 B
Bash

#!/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