Mirror from bluesky-social/pds

change the installer command

+5 -1
+5 -1
README.md
··· 80 80 On your server via ssh, run the installer script: 81 81 82 82 ```bash 83 - curl https://raw.githubusercontent.com/bluesky-social/pds/main/installer.sh | sudo bash 83 + wget https://raw.githubusercontent.com/bluesky-social/pds/main/installer.sh 84 + ``` 85 + 86 + ```bash 87 + sudo bash installer.sh 84 88 ``` 85 89 86 90 ## Installing manually on Ubuntu 22.04