mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
Update linux_install.sh
This commit is contained in:
parent
f0e3bd6224
commit
77fdc32bd1
@ -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…
Reference in New Issue
Block a user