diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-02-28 23:18:21 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-02-28 23:18:21 +0100 |
commit | 1bd8125370dca6119b7097cb185121a6237034da (patch) | |
tree | 71d1b0364f4ca1df0ba6ff14374e3e12ef41d0ee /deployment/start-solo-tool.sh | |
parent | 02fda909cbf80406b6ed7baa84e61c202051d15b (diff) |
Fix deployment
Diffstat (limited to 'deployment/start-solo-tool.sh')
-rw-r--r-- | deployment/start-solo-tool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/start-solo-tool.sh b/deployment/start-solo-tool.sh index 7b96b22..a293a61 100644 --- a/deployment/start-solo-tool.sh +++ b/deployment/start-solo-tool.sh @@ -6,7 +6,7 @@ mkdir -p "${SESSION_DIR}" "${SONG_POOL}" # Get latest revision cd "${SERVICE_DIR}" rm -rf repo -git clone --depth 1 https://git.0xf7.com/solo-tool.git repo +git clone https://git.0xf7.com/solo-tool.git repo # Bootstrap venv cd repo |