mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
build: update install.bash to run ckan-devstaller non-interactively
This commit is contained in:
parent
c239b407d0
commit
62dac04c77
1 changed files with 3 additions and 2 deletions
|
|
@ -16,5 +16,6 @@ curl -LO https://github.com/dathere/ckan-devstaller/releases/download/0.1.0/ckan
|
|||
# Add execute permission to ckan-devstaller binary file
|
||||
sudo chmod +x ./ckan-devstaller
|
||||
|
||||
# Run the ckan-devstaller binary file
|
||||
./ckan-devstaller
|
||||
# Run the ckan-devstaller binary file with defaults enabled
|
||||
./ckan-devstaller --default
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue