Update linux_install.sh

This commit is contained in:
Saifeddine ALOUI 2023-08-31 03:05:38 +02:00 committed by GitHub
parent f0e3bd6224
commit 77fdc32bd1
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