feat: update to v0.3.2
Some checks failed
Verify ckan-devstaller runs CKAN-only install successfully / Run ckan-devstaller with a CKAN-only install (push) Has been cancelled

This commit is contained in:
rzmk 2026-02-20 15:21:02 -05:00
parent 3ae695ee0b
commit 4e6c263198
6 changed files with 17 additions and 8 deletions

View file

@ -11,7 +11,7 @@ sudo apt install curl -y
cd ~/
# Download the ckan-devstaller binary file
curl -LO https://github.com/dathere/ckan-devstaller/releases/download/0.3.1/ckan-devstaller
curl -LO https://github.com/dathere/ckan-devstaller/releases/download/0.3.2/ckan-devstaller
# Add execute permission to ckan-devstaller binary file
sudo chmod +x ./ckan-devstaller