We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd5244 commit 3b2a72dCopy full SHA for 3b2a72d
install_mac.sh
@@ -106,7 +106,9 @@ if [ -z "$(ls -A "$install_path")" ]; then
106
else
107
echo "Updating DeepMake at $install_path"
108
cd "$install_path"
109
- git pull
+ git fetch --all
110
+ git reset --hard origin/main
111
+ git pull -f
112
cd -
113
fi
114
@@ -125,7 +127,9 @@ if [ -z "$(ls -A "$install_path/plugin/Diffusers")" ]; then
125
127
126
128
echo "Updating Diffusers Plugin at $install_path/plugin/Diffusers"
129
cd "$install_path/plugin/Diffusers"
130
131
132
133
134
135
0 commit comments