From db96fc155b73c603babb988006e86d40adf92034 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:02:23 -0400 Subject: [PATCH] docs: use wget instead of curl by default as curl may not be installed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68e0cc7..952ab59 100644 --- a/README.md +++ b/README.md @@ -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: ```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 ``` {8479CBE1-788E-48B3-AE9C-F3A51724520C}