From 7c8901fee177b2e6431c07d048dac6f23431ebc6 Mon Sep 17 00:00:00 2001 From: robocopAlpha Date: Wed, 21 Jul 2021 06:31:24 +0300 Subject: [PATCH] hotfix for error "mapname: conversion of failed" happens due to dropbox archive structure --- update.pi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.pi.sh b/update.pi.sh index c9c1b15..6092280 100755 --- a/update.pi.sh +++ b/update.pi.sh @@ -38,7 +38,7 @@ if [ ! -f "$LOGFILE" ] ; then fi echo "pihole being udpdated on: $(date)" | tee -a "$LOGFILE" -curl -L 'https://www.dropbox.com/sh/oyjii6ndqduixt8/AADn57717lc0TE4AW5dxB0p4a?dl=1' --output ./blocklist.zip && unzip -o ./blocklist.zip +curl -L 'https://www.dropbox.com/sh/oyjii6ndqduixt8/AADn57717lc0TE4AW5dxB0p4a?dl=1' --output ./blocklist.zip && unzip -o ./blocklist.zip -x / rm ./blocklist.zip xz -fd MyBlocklist.txt.xz xz -fd facebook_block.txt.xz