From be277986cdb6e69b7d5a35bc6c6ce060b73479a0 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Wed, 20 Aug 2025 12:18:13 -0400 Subject: [PATCH] docs: update install script --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 16a0036..90ae16a 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,7 @@ Paste this into your new Ubuntu 22.04 instance's terminal: ```bash -cd ~/ -sudo apt update -y && sudo apt upgrade -y -sudo apt install curl -y -curl -LO https://github.com/dathere/ckan-devstaller/releases/download/0.1.0/ckan-devstaller -sudo chmod +x ./ckan-devstaller -./ckan-devstaller +curl -fsSL https://github.com/dathere/ckan-devstaller/releases/download/0.1.0/install.bash | bash ``` {8479CBE1-788E-48B3-AE9C-F3A51724520C}