From d76e99a6ab9d97b203e75f139ff33cb25f9e4895 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 1 Nov 2024 11:57:42 -0400 Subject: [PATCH] [bash] Fix path to venv --- bash/.aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.aliases b/bash/.aliases index a6e8e54..5316c5d 100644 --- a/bash/.aliases +++ b/bash/.aliases @@ -19,5 +19,5 @@ alias chglg="git add ./changelog/ && git commit -m 'Add changelog' && git push" alias surepayment="portforward 5001" alias sureroc="portforward 5002" alias slip="sli dev changelog" -alias vdeploy="ssh life.unbl.ink \"rm -rf /usr/local/lib/python3.11/site-packages/vrobbler-0.15.4.dist-info/ && pip install git+https://code.unbl.ink/secstate/vrobbler.git@develop && systemctl restart vrobbler\"" +alias vdeploy="ssh life.unbl.ink \"rm -rf /root/vrobbler-venv/lib/python3.11/site-packages/vrobbler-0.15.4.dist-info/ && pip install git+https://code.unbl.ink/secstate/vrobbler.git@develop && systemctl restart vrobbler\"" alias vsh="ssh life.unbl.ink vrobbler shell_plus"