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
get -s -n """https://github.com/symfony-cli/symfony-cli/releases/latest/download/symfony-cli_linux_$arch.tar.gz"| sudo tar -xz -C "${tool_path_dir:?}"
5
-
sudo chmod a+x /usr/local/bin/symfony
17
+
url="$(get_symfony_artifact_url)"
18
+
if [ -z"$url" ];then
19
+
."${0%/*}"/tools/brew.sh
20
+
configure_brew
21
+
add_symfony_with_brew
22
+
else
23
+
get -s -n """$url"| sudo tar -xz -C "${tool_path_dir:?}"2>/dev/null
0 commit comments