From 4fc961861324d140b951f378f36a21e070afbe64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.me>
Date: Tue, 12 Mar 2024 16:32:42 +0100
Subject: [PATCH] Change installer address

---
 ZolaApp/content/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ZolaApp/content/_index.md b/ZolaApp/content/_index.md
index b97a00b..5b15ec9 100644
--- a/ZolaApp/content/_index.md
+++ b/ZolaApp/content/_index.md
@@ -13,7 +13,7 @@ repo_version = "Dojo Project repositories"
 repo_license = "Open-source AGPL3 License"
 repo_url = "https://gitedu.hesge.ch/dojo_project/"
 install_text = "# Copy / paste in your terminal to install the dojo CLI (Linux / macOS):"
-install_command = "curl -L \"https://www.hepiapp.ch/installer.sh\" | sh"
+install_command = "curl -L \"https://dojo.isc-hesge.ch/installer.sh\" | sh"
 
 # Menu items
 [[extra.menu.main]]
-- 
GitLab