Install dependencies when rebooting the app

This commit is contained in:
2024-08-20 17:10:30 -05:00
parent dc468631a5
commit 41a32d5c91
+1 -1
View File
@@ -16,10 +16,10 @@ function Git-Pull {
$waitTime = 15
while ($true) {
python -m pip install -r requirements.txt
$exitCode = Run-PythonScript -ScriptPath $PythonFile
if (Test-Path -Path ".\.doreboot") {
Write-Host "Special filename detected. Attempting git pull..."
if (Git-Pull) {