Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
deexno authored Mar 6, 2023
1 parent a0aeaaa commit 4515f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ done

mkdir $telegram_plus_dir

pip3 install --target=$telegram_plus_dir python-telegram-bot
pip3 install --target=$telegram_plus_dir python-telegram-bot[job-queue]
pip3 install --target=$telegram_plus_dir python-telegram-bot[callback-data]
pip3 install --target=$telegram_plus_dir python-telegram-bot==20.1
pip3 install --target=$telegram_plus_dir python-telegram-bot[job-queue]==20.1
pip3 install --target=$telegram_plus_dir python-telegram-bot[callback-data]==20.1
pip3 install --target=$telegram_plus_dir watchdog

git clone https://github.com/deexno/checkmk-telegram-plus.git
Expand Down

0 comments on commit 4515f04

Please sign in to comment.