File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,14 @@ then
102
102
exit 1
103
103
fi
104
104
105
- printf " \n%s\n" " ${delimiter} "
106
- printf " Clone or update stable-diffusion-webui"
107
- printf " \n%s\n" " ${delimiter} "
108
105
cd " ${install_dir} " / || { printf " \e[1m\e[31mERROR: Can't cd to %s/, aborting...\e[0m" " ${install_dir} " ; exit 1; }
109
106
if [[ -d " ${clone_dir} " ]]
110
107
then
111
108
cd " ${clone_dir} " / || { printf " \e[1m\e[31mERROR: Can't cd to %s/%s/, aborting...\e[0m" " ${install_dir} " " ${clone_dir} " ; exit 1; }
112
- " ${GIT} " pull
113
109
else
110
+ printf " \n%s\n" " ${delimiter} "
111
+ printf " Clone stable-diffusion-webui"
112
+ printf " \n%s\n" " ${delimiter} "
114
113
" ${GIT} " clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git " ${clone_dir} "
115
114
cd " ${clone_dir} " / || { printf " \e[1m\e[31mERROR: Can't cd to %s/%s/, aborting...\e[0m" " ${install_dir} " " ${clone_dir} " ; exit 1; }
116
115
fi
You can’t perform that action at this time.
0 commit comments