mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-23 18:20:16 +00:00
Merge pull request #362 from ParisNeo/ParisNeo-patch-22
Update linux_install.sh
This commit is contained in:
commit
a7f9c9f6da
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user