mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(srcinstall) shell installer: cp
scripts instead of linking
This commit is contained in:
parent
c607d4fe6c
commit
0111304982
@ -128,8 +128,8 @@ then
|
||||
echo "installation methods"
|
||||
fi
|
||||
else
|
||||
ln -sf ./source_installer/invoke.sh.in ./invoke.sh
|
||||
ln -sf ./source_installer/update.sh.in ./update.sh
|
||||
cp ./source_installer/invoke.sh.in ./invoke.sh
|
||||
cp ./source_installer/update.sh.in ./update.sh
|
||||
chmod a+rx ./source_installer/invoke.sh.in
|
||||
chmod a+rx ./source_installer/update.sh.in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user