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
The save_version function in install.sh closes an if block with } instead of fi
This causes: line 862: syntax error near unexpected token '}'
The fix is a one-character change: replace } with fi inside that function