diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 11:21:25 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 11:21:25 +0100 |
| commit | 51d7222c84646dae256348736d40cadc94c7f781 (patch) | |
| tree | 16885c08fdbe5b5b0a877a9de416fc8fdc375fdc | |
| parent | 888df5c664bc51b52dcaede358884b13a51dd8e7 (diff) | |
install.sh: adds missing joeac/ in repo URL
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
