Update setup-scripts/setup-health-check-scripts.sh
Co-authored-by: firyx <29089732+firyx@users.noreply.github.com>
This commit is contained in:
parent
fc10a49054
commit
bdff7bb0b1
|
@ -5,7 +5,7 @@ set -e # exit on first error
|
|||
sudo apt-get update
|
||||
sudo apt-get -y install python3-pip
|
||||
|
||||
pip3 install discord_webhook python-dotenv requests elasticsearch-curator
|
||||
pip3 install discord-webhook python-dotenv requests elasticsearch-curator
|
||||
|
||||
# add cron entries to user crontab
|
||||
crontab -u user /home/user/skynet-webportal/setup-scripts/support/crontab
|
||||
|
|
Reference in New Issue