installer fix

This commit is contained in:
2025-08-16 18:00:16 +02:00
parent f0bd6c4015
commit 62b4046366
+6 -1
View File
@@ -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"