Fix venv add to path

This commit is contained in:
Niels Geens
2025-03-18 09:46:16 +01:00
parent 5c1ef4d9e7
commit 3ea5ba87a9
4 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ set -e
cd "/root/desktop"
while true; do
"/root/sia/scripts/init.sh"
"/root/sia/scripts/install.sh"
sia
EXIT_CODE=$?