Mercurial Hosting > luan
changeset 2064:5fb3a2e6e533 default tip
add instructions to update cert trust store
| author | Violet7 |
|---|---|
| date | Sat, 15 Nov 2025 18:18:46 -0800 |
| parents | dc942f39310e |
| children | |
| files | host/doc/install.txt |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/host/doc/install.txt Sat Nov 15 17:49:44 2025 -0800 +++ b/host/doc/install.txt Sat Nov 15 18:18:46 2025 -0800 @@ -10,6 +10,10 @@ 3) install python3 curl -O https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg sudo installer -pkg python-3.7.9-macosx10.9.pkg -target / + # update trust store, needed for old versions of macos + cd "/Applications/Python 3.7/" + chmod +x "Install Certificates.command" + ./Install\ Certificates.command 4) clone repo hg clone https://hg.reactionary.software/repo/luan
