From 893cdc45230dcadba50e15c3bbd4d65f79252d1f Mon Sep 17 00:00:00 2001 From: robocopAlpha Date: Fri, 16 Jul 2021 03:42:41 +0300 Subject: [PATCH] removing cron setup --- .gitignore | 1 + Links.txt | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 86fb34c..71636a0 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Mirrors +lastpull diff --git a/Links.txt b/Links.txt index 3206d32..e4db07a 100644 --- a/Links.txt +++ b/Links.txt @@ -4,10 +4,3 @@ https://gitlab.com/robocopAlpha/pihole_lists/-/raw/main/whitelist.txt # blocklist pack https://www.dropbox.com/sh/oyjii6ndqduixt8/AADn57717lc0TE4AW5dxB0p4a?dl=1 - - -sudo -s -curl -L "https://gitlab.com/robocopAlpha/pihole_lists/-/raw/master/update.pi.sh" >| /usr/local/bin/updatepi -chmod +x /usr/local/bin/updatepi -echo '5 3 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" updatepi' >| /etc/cron.d/updatepi -exit \ No newline at end of file