feat: add install script and mention where to report issues

This commit is contained in:
rzmk 2025-08-18 05:15:20 -04:00
parent 4c219e0570
commit 2c03f13f75
2 changed files with 22 additions and 3 deletions

20
install.bash Normal file
View file

@ -0,0 +1,20 @@
#!/usr/bin/env bash
# Update/Upgrade system dependencies
sudo apt update -y
sudo apt upgrade -y
# Install curl
sudo apt install curl -y
# Change to the home directory
cd ~/
# Download the ckan-devstaller binary file
curl -LO https://github.com/dathere/ckan-devstaller/releases/download/0.1.0/ckan-devstaller
# Add execute permission to ckan-devstaller binary file
sudo chmod +x ./ckan-devstaller
# Run the ckan-devstaller binary file
./ckan-devstaller