Skip to content

Commit

Permalink
Merge pull request #78 from snok/sondrelg/installer-url
Browse files Browse the repository at this point in the history
chore: Update installation script URL
  • Loading branch information
sondrelg committed Apr 9, 2022
2 parents 2bf112a + 5a8d10c commit b0ce098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

installation_script="$(mktemp)"
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/48339106eb0d403a3c66519317488c8185844b32/install-poetry.py --output "$installation_script"
curl -sSL https://install.python-poetry.org/ --output "$installation_script"

if [ "${RUNNER_OS}" == "Windows" ]; then
path="C:/Users/runneradmin/AppData/Roaming/Python/Scripts"
Expand Down

0 comments on commit b0ce098

Please sign in to comment.