2022-05-16 17:30:15 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
2022-08-04 11:43:44 -04:00
|
|
|
# Remove outdated now
|
|
|
|
rm /usr/bin/now
|
|
|
|
|
2022-05-16 18:53:45 -04:00
|
|
|
chmod +x ../scripts/now.sh
|
2022-05-16 17:41:17 -04:00
|
|
|
cp ../scripts/now.sh ../scripts/now
|
|
|
|
mv ../scripts/now /usr/bin
|
|
|
|
mv ../scripts/now.conf /etc
|
2022-08-04 11:43:44 -04:00
|
|
|
mkdir ~/.config/now
|
2022-08-04 11:44:14 -04:00
|
|
|
mv ../scripts/events.sh ~/.config/now
|