Skip to content

Commit

Permalink
fixup! dev-config.sh: install developer tools
Browse files Browse the repository at this point in the history
  • Loading branch information
semseysandor committed May 23, 2024
1 parent 3180453 commit b9d5c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dev-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ cv_params=(--no-interaction "--cwd=${install_dir}")
print-status Install developer tools...
tmp_file=$(mktemp)
curl -LsS -o "${tmp_file}" "${url_php_cs_fixer}"
echo "${sha_php_cs_fixer} ${tmp_file}" | sha256sum --check --strict -
sudo cp "${tmp_file}" "${local_bin}/php-cs-fixer"
echo "${sha_php_cs_fixer} ${tmp_file}" | sha256sum --check --strict --status -
sudo cp --no-preserve=mode "${tmp_file}" "${local_bin}/php-cs-fixer"
sudo curl -LsS -o "${local_bin}/civix" "${url_civix}"
sudo curl -LsS -o "${local_bin}/civistrings" "${url_civistrings}"
sudo chmod +x "${local_bin}/php-cs-fixer"
Expand Down

0 comments on commit b9d5c70

Please sign in to comment.