From 454f962ff29b0e1e60cdc89edaab8af82a5e48a2 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 6 Sep 2023 01:29:22 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82af42e..e139a7f 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ ## Required packages: ``` -wget, bash +Alpine: wget bash newt grep + +Debian: wget whiptail ``` ## Running the installer: ``` -wget https://raw.githubusercontent.com/Beeranco/PiAutomation/main/Installer.sh -O /tmp/installer.sh +wget https://git.ictcorpnet.com/b.waal/Pi-Hole/raw/branch/main/Installer.sh -O /tmp/installer.sh bash /tmp/installer.sh ``` \ No newline at end of file