Closed commit111 closed 2 days ago
Linked to https://github.com/DefangLabs/defang/pull/866 to reflect its changes.
Uses eval "$(curl -fsSL s.defang.io/install)" instead of . <(curl -Ls https://s.defang.io/install) due to bugs in defang installation for some older versions of bash.
eval "$(curl -fsSL s.defang.io/install)"
. <(curl -Ls https://s.defang.io/install)
Linked to https://github.com/DefangLabs/defang/pull/866 to reflect its changes.
Uses
eval "$(curl -fsSL s.defang.io/install)"
instead of. <(curl -Ls https://s.defang.io/install)
due to bugs in defang installation for some older versions of bash.