install.sh: adds missing joeac/ in repo URL

This commit is contained in:
2026-07-03 11:21:25 +01:00
parent 888df5c664
commit 51d7222c84
+1 -1
View File
@@ -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