This commit is contained in:
Saifeddine ALOUI 2023-08-31 08:30:06 +02:00
commit 4c3d114d36
2 changed files with 6 additions and 6 deletions

View File

@ -140,13 +140,13 @@ python -m pip install -r requirements.txt --upgrade
if [[ -e "../linux_run.sh" ]]; then
echo "Linux run found"
else
cp linux_run.sh ../
cp scripts/linux_run.sh ../
fi
if [[ -e "../linux_update.sh" ]]; then
echo "Linux update found"
else
cp linux_update.sh ../
cp scripts/linux_update.sh ../
fi
if [[ "${gpuchoice^^}" == "C" ]]; then

View File

@ -122,13 +122,13 @@ call python -m pip install -r requirements.txt --upgrade
if exist ..\win_run.bat (
echo Win run found
) else (
copy win_run.bat ..\
copy scripts/win_run.bat ..\
)
if exist ..\win_update.bat (
echo Win update found
) else (
copy win_update.bat ..\
copy scripts/win_update.bat ..\
)
setlocal enabledelayedexpansion