jacklul / pihole-updatelists

Update Pi-hole's lists from remote sources easily
MIT License
1.42k stars 82 forks source link

Installation path /usr/local/sbin, path doesnt exist on Raspbian #142

Closed RichardBeisser closed 11 months ago

RichardBeisser commented 11 months ago

Hello,

the install.sh want to install your script in /usr/local/sbin/ but on Raspian this path doesnt exist. You have to create this folder manually first. Is there a reason why you select this special folder for installation? Does your install.sh support custom installation folder?

Thanks.

jacklul commented 11 months ago

Because it's a directory for admin utilities not managed by any package manager. It's weird that it doesn't exist by default, I'll add it do install script.

I do not support custom installation folder currently.