Kaynağa Gözat

[bash] Fix path to venv

Colin Powell 6 ay önce
ebeveyn
işleme
d76e99a6ab
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      bash/.aliases

+ 1 - 1
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"