Skip to content

fix: add missing 'then' in Python version check#2

Open
GregcodeOhm wants to merge 1 commit intoLucterios2:masterfrom
GregcodeOhm:fix/missing-then-install-mac
Open

fix: add missing 'then' in Python version check#2
GregcodeOhm wants to merge 1 commit intoLucterios2:masterfrom
GregcodeOhm:fix/missing-then-install-mac

Conversation

@GregcodeOhm
Copy link

Summary

  • Le bloc if/fi ligne 111 de install_mac.sh (commit 79625e3) est manquant le mot-clé then, ce qui provoque une erreur de syntaxe systématique :
    line 113: syntax error near unexpected token `fi'
    
  • L'installeur crashe juste après l'étape Homebrew (qui elle se passe bien)

Fix

Ajout du then manquant — une seule ligne.

🤖 Generated with Claude Code

The if/fi block at line 111 was missing the 'then' keyword,
causing a syntax error that breaks the installer after the
Homebrew step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant