Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 609513b

Browse files
author
Mateu Aguiló Bosch
committed
fix: point to the correct download script
1 parent 594e89d commit 609513b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if echo "$install_path" ;then
1414
install_path=$(echo $install_path|sed -e "s:~:$HOME:g")
1515

1616
# Download Contenta CMS using composer create-project.
17-
php -r "readfile('https://raw.githubusercontent.com/contentacms/contenta_jsonapi/8.x-1.x/download.sh');" > download-contentacms.sh
17+
php -r "readfile('https://raw.githubusercontent.com/contentacms/contenta_jsonapi_project/8.x-1.x/scripts/download.sh');" > download-contentacms.sh
1818
chmod a+x download-contentacms.sh
1919
./download-contentacms.sh $install_path
2020

0 commit comments

Comments
 (0)