From 51d7222c84646dae256348736d40cadc94c7f781 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 3 Jul 2026 11:21:25 +0100 Subject: [PATCH] install.sh: adds missing joeac/ in repo URL --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index de553e4..e0fc7f2 100644 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ fi cd /home/joeac.net if ! [ -d joeac.net/.git ] then - sudo -u joeac.net git clone https://git.joeac.net/joeac.net.git joeac.net + sudo -u joeac.net git clone https://git.joeac.net/joeac/joeac.net.git joeac.net fi cd joeac.net