File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ sudo apt install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadli
57
57
pyenv install 3.9.0
58
58
pyenv global 3.9.0
59
59
60
- curl -sSL https://raw.githubusercontent.com/ python-poetry/poetry/master/install-poetry.py | python -
60
+ curl -sSL https://install. python-poetry.org | python -
61
61
poetry shell
62
62
poetry install
63
63
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def setup(connection: fabric.Connection) -> None:
95
95
execute (connection , f'mkdir -p { GlobalConfig .project_path } /{ GlobalConfig .project_name } ' )
96
96
execute (connection , f'ln -s { GlobalConfig .project_path } /{ GlobalConfig .project_name } { GlobalConfig .project_name } ' )
97
97
98
- execute (connection , 'curl -sSL https://raw.githubusercontent.com/ python-poetry/poetry/master/install-poetry.py | python -' )
98
+ execute (connection , 'curl -sSL https://install. python-poetry.org | python -' )
99
99
100
100
101
101
@fabric .task (pre = [configure ], hosts = [GlobalConfig .host ], help = {'filename' : 'An optional filename to deploy to the server' })
You can’t perform that action at this time.
0 commit comments