Merge pull request #101 from cmdr2/develop

can't overwrite self - linux install script
This commit is contained in:
cmdr2 2022-09-07 20:02:11 +05:30 committed by GitHub
commit 20ebdc46e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -22,7 +22,7 @@ else
fi
cp -Rf sd-ui-files/ui ui
cp -Rf sd-ui-files/scripts/* scripts/
cp "scripts/start.sh" .
cp sd-ui-files/scripts/on_sd_start.sh scripts/
cp sd-ui-files/scripts/start.sh .
./scripts/on_sd_start.sh

View File

@ -1,6 +1,8 @@
cp sd-ui-files/scripts/on_env_start.sh scripts/
source installer/etc/profile.d/conda.sh
if [ `grep -c sd_git_cloned scripts/install_status.txt` -gt "0" ]; then
if [ -e "scripts/install_status.txt" ] && [ `grep -c sd_git_cloned scripts/install_status.txt` -gt "0" ]; then
echo "Stable Diffusion's git repository was already installed. Updating.."
cd stable-diffusion