fix(mac): ensure corepack enable can be called
Disable always works, enable fails if the links already exist.
This commit is contained in:
parent
1ed13411c8
commit
311fdd11f6
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ flutter --disable-analytics
|
||||||
sudo ln -sfn $HOMEBREW_PREFIX/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
|
sudo ln -sfn $HOMEBREW_PREFIX/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
|
||||||
|
|
||||||
# Enable corepack
|
# Enable corepack
|
||||||
|
corepack disable
|
||||||
corepack enable
|
corepack enable
|
||||||
|
|
||||||
# Install global Composer packages
|
# Install global Composer packages
|
||||||
|
|
Loading…
Add table
Reference in a new issue