fix: use 0.2.1 in install script

This commit is contained in:
rzmk 2025-09-23 16:27:35 -04:00
parent 862128a7d5
commit d18898c4ae

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.2.0/ckan-devstaller
curl -LO https://github.com/dathere/ckan-devstaller/releases/download/0.2.1/ckan-devstaller
# Add execute permission to ckan-devstaller binary file
sudo chmod +x ./ckan-devstaller