mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Update blitz.notify.sh (#2016)
This commit is contained in:
parent
193e0f1816
commit
f71779e229
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
|
||||
# install sstmp if not already present
|
||||
if ! command -v ssmtp >/dev/null; then
|
||||
[ -z "$(find -H /var/lib/apt/lists -maxdepth 0 -mtime -7)" ] && sudo apt-get update
|
||||
sudo apt-get install -y ssmtp
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue