From 5fa5149d8fb7a395ab34bcae897f593648fcf0c5 Mon Sep 17 00:00:00 2001 From: Evgenii Date: Sat, 11 Sep 2021 01:52:34 +0300 Subject: [PATCH] fix --- scripts/install_moonraker-telegram-bot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install_moonraker-telegram-bot.sh b/scripts/install_moonraker-telegram-bot.sh index 550ad4c..46b834a 100644 --- a/scripts/install_moonraker-telegram-bot.sh +++ b/scripts/install_moonraker-telegram-bot.sh @@ -44,6 +44,8 @@ get_user_selections_MoonrakerTelegramBot(){ } MoonrakerTelegramBot_setup(){ + dep=(virtualenv) + dependency_check status_msg "Downloading MoonrakerTelegramBot ..." #force remove existing MoonrakerTelegramBot dir [ -d $MOONRAKERTELEGRAMBOT_DIR ] && rm -rf $MOONRAKERTELEGRAMBOT_DIR