Merge pull request #362 from ParisNeo/ParisNeo-patch-22

Update linux_install.sh
This commit is contained in:
Saifeddine ALOUI 2023-08-31 03:05:52 +02:00 committed by GitHub
commit a7f9c9f6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
@ -168,4 +168,4 @@ PrintBigMessage() {
PrintBigMessage "$@"
exit 0
exit 0