update README
This commit is contained in:
@@ -7,11 +7,11 @@ Scan the devices connected to your WIFI / LAN and alert you the connection of
|
|||||||
unknown devices. It also warns the disconnection of "always connected" devices.
|
unknown devices. It also warns the disconnection of "always connected" devices.
|
||||||
|
|
||||||
![Main screen][main]
|
![Main screen][main]
|
||||||
|
|
||||||
*(Apologies for my English and my limited knowledge of Python, php and
|
*(Apologies for my English and my limited knowledge of Python, php and
|
||||||
JavaScript)*
|
JavaScript)*
|
||||||
|
|
||||||
![Main screen dark][main_dark]
|
![Main screen dark][main_dark]
|
||||||
|
modified within this fork
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
The system continuously scans the network for:
|
The system continuously scans the network for:
|
||||||
@@ -72,10 +72,13 @@ A web frontal that allows:
|
|||||||
Initially designed to run on a Raspberry Pi, probably it can run on many other
|
Initially designed to run on a Raspberry Pi, probably it can run on many other
|
||||||
Linux distributions.
|
Linux distributions.
|
||||||
|
|
||||||
- One-step Automated Install:
|
- One-step Automated Install (original):
|
||||||
|
#### `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`
|
#### `curl -sSL https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_install.sh | bash`
|
||||||
|
|
||||||
- One-step Automated Install without Webserver:
|
- One-step Automated Install (forked) without Webserver:
|
||||||
#### `curl -sSL https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_install_no_webserver.sh | bash`
|
#### `curl -sSL https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_install_no_webserver.sh | bash`
|
||||||
|
|
||||||
- [Installation Guide (step by step)](docs/INSTALL.md)
|
- [Installation Guide (step by step)](docs/INSTALL.md)
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ download_pialert() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
print_msg "- Downloading update file..."
|
print_msg "- Downloading update file..."
|
||||||
curl -Lo "$INSTALL_DIR/pialert_latest.tar" https://github.com/pucherot/Pi.Alert/raw/main/tar/pialert_latest.tar
|
curl -Lo "$INSTALL_DIR/pialert_latest.tar" https://github.com/leiweibau/Pi.Alert/raw/main/tar/pialert_latest.tar
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
print_msg "- Uncompressing tar file"
|
print_msg "- Uncompressing tar file"
|
||||||
|
|||||||
Reference in New Issue
Block a user