From 77ca53e6e62677485e78df84abf9ba6a6b24146e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Nov 2018 02:48:20 -0400 Subject: use darksky for weather data also stop relying on a perlbrew installation --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crontab') diff --git a/crontab b/crontab index 02aa8f1..e8f0b64 100644 --- a/crontab +++ b/crontab @@ -1 +1 @@ -*/15 * * * * /bin/bash -c 'export PATH=~/.bin/hush:~/.bin:/usr/bin:/usr/bin/vendor_perl:$PATH && . ~/perl5/perlbrew/etc/bashrc && update-weather' +*/15 * * * * /bin/bash -c 'export PATH=~/.bin/hush:~/.bin:/usr/bin:/usr/bin/vendor_perl:$PATH && update-weather' -- cgit v1.2.3-54-g00ecf