From 9e745fdd2d845b22536625767dda116a654803cf Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Thu, 23 Jun 2022 12:25:31 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 42c60394..452d6326 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,9 @@ A web frontal that allows: Initially designed to run on a Raspberry Pi, probably it can run on many other Linux distributions. -- One-step Automated Install (original): +- One-step Automated Install: #### `curl -sSL https://github.com/pucherot/Pi.Alert/raw/main/install/pialert_install.sh | bash` -- One-step Automated Install (forked): - #### `curl -sSL https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_install.sh | bash` - - One-step Automated Install (forked) without Webserver: #### `curl -sSL https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_install_no_webserver.sh | bash` @@ -86,12 +83,9 @@ Linux distributions. # Update -- One-step Automated Update (original): +- One-step Automated Update: #### `curl -sSL https://github.com/pucherot/Pi.Alert/raw/main/install/pialert_update.sh | bash` -- One-step Automated Update (forked): - #### `curl -sSL https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_update.sh | bash` - # Uninstall process - [Unistall process](docs/UNINSTALL.md)