You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First time installing with the source installer. Not sure if it was 2.2.1 or 2.2.2.
Installed with mostly recommended settings. Installation was successful.
When running ./invoke.sh I get the following error:
./invoke.sh: line 14: syntax error near unexpected token `then'
./invoke.sh: line 14: `if [ "$(uname -s)" == "Darwin" ]; then
Screenshots
No response
Additional context
I had a look at the invoke.sh.in file and noticed some extra whitespaces. I'm not familiar with command line things but after fixing the formatting everything seems to work.
Is there an existing issue for this?
OS
macOS
GPU
cpu
VRAM
No response
What happened?
First time installing with the source installer. Not sure if it was 2.2.1 or 2.2.2.
Installed with mostly recommended settings. Installation was successful.
When running
./invoke.sh
I get the following error:Screenshots
No response
Additional context
I had a look at the invoke.sh.in file and noticed some extra whitespaces. I'm not familiar with command line things but after fixing the formatting everything seems to work.
Changed from this (line 14-17):
To this:
Also seems to be a special character instead of a normal whitespace (screenshot from this editor):
![grafik](https://user-images.githubusercontent.com/79757836/205343395-0ba08743-1c2c-4126-8ce9-62208136e704.png)
Contact Details
No response
The text was updated successfully, but these errors were encountered: