docs: use wget instead of curl by default as curl may not be installed

This commit is contained in:
rzmk 2025-08-20 13:02:23 -04:00
parent bcd3013563
commit db96fc155b

View file

@ -23,7 +23,7 @@ The [`datatablesview-plus` extension](https://github.com/dathere/ckanext-datatab
Paste this into your new Ubuntu 22.04 instance's terminal: Paste this into your new Ubuntu 22.04 instance's terminal:
```bash ```bash
curl -fsSL https://github.com/dathere/ckan-devstaller/releases/download/0.1.0/install.bash | bash wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.1.0/install.bash | bash
``` ```
<img width="1271" height="183" alt="{8479CBE1-788E-48B3-AE9C-F3A51724520C}" src="https://github.com/user-attachments/assets/86373a89-895b-403c-a699-0cf3865ee100" /> <img width="1271" height="183" alt="{8479CBE1-788E-48B3-AE9C-F3A51724520C}" src="https://github.com/user-attachments/assets/86373a89-895b-403c-a699-0cf3865ee100" />