summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-03 11:21:25 +0100
committerJoe Carstairs <me@joeac.net>2026-07-03 11:21:25 +0100
commit51d7222c84646dae256348736d40cadc94c7f781 (patch)
tree16885c08fdbe5b5b0a877a9de416fc8fdc375fdc
parent888df5c664bc51b52dcaede358884b13a51dd8e7 (diff)
install.sh: adds missing joeac/ in repo URL
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
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