From 62b4046366c5096872c390f10d35679bb0bda99a Mon Sep 17 00:00:00 2001 From: Michal Tuszowski Date: Sat, 16 Aug 2025 18:00:16 +0200 Subject: [PATCH] installer fix --- deploy.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0651f6a..858b694 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -total_commands=26 +total_commands=28 current_command=0 function print_progress { @@ -86,6 +86,11 @@ print_progress "cp ./conjurer/file_search_functions.py ./Conjurer/" cp ./conjurer/file_search_commands.py ./Conjurer print_progress "cp ./conjurer/file_search_functions.py ./Conjurer/" +cp ./conjurer/latex_commands.py ./Conjurer/ +print_progress "cp ./conjurer/latex_commands.py ./Conjurer/" + +cp ./conjurer/latex_functions.py ./Conjurer/ +print_progress "cp ./conjurer/latex_functions.py ./Conjurer/" cp ./conjurer/thin_client.py ./Conjurer/bot.py print_progress "cp ./conjurer/thin_client.py ./Conjurer/bot.py"