Skip to content

Commit

Permalink
chore: correct the checksum of install script, closing #1737
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Feb 26, 2023
1 parent 62f0cc9 commit f81e07c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py
```

For security reasons, you should verify the checksum of `install-pdm.py`.
The sha256 checksum is: `ed83f61b7ad3c3fcace57fda31175ad861c4283aeea02ba13b6351a66c2cca60`
The sha256 checksum is: `ce0a116987b2667231391d13dd005006433114033cac74aa18f0b2dec5538d03`

The installer will install PDM into the user site and the location depends on the system:

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py
```

为安全起见,你应该检查 `install-pdm.py` 文件的正确性。
SHA256 校验和: `ed83f61b7ad3c3fcace57fda31175ad861c4283aeea02ba13b6351a66c2cca60`
SHA256 校验和: `ce0a116987b2667231391d13dd005006433114033cac74aa18f0b2dec5538d03`

默认情况下,此脚本会将 PDM 安装在 Python 的用户目录下,具体位置取决于当前系统:

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Like Pip, PDM provides an installation script that will install PDM into an isol
```

For security reasons, you should verify the checksum of `install-pdm.py`.
The sha256 checksum is: `ed83f61b7ad3c3fcace57fda31175ad861c4283aeea02ba13b6351a66c2cca60`
The sha256 checksum is: `ce0a116987b2667231391d13dd005006433114033cac74aa18f0b2dec5538d03`

The installer will install PDM into the user site and the location depends on the system:

Expand Down

0 comments on commit f81e07c

Please sign in to comment.