Ver código fonte

common text for reposinit output

master
Dirk Alders 2 anos atrás
pai
commit
c385a8a924
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      reposinit

+ 3
- 1
reposinit Ver arquivo

@@ -1,5 +1,7 @@
1 1
 #!/bin/sh
2 2
 #
3
+echo "* Creating virtual env"
3 4
 mkvenv
4 5
 
5
-sudo rm -f /usr/local/bin/cutelog && sudo ln -s `pwd`/venv/bin/cutelog /usr/local/bin
6
+echo "* Creating application link in /usr/local/bin"
7
+sudo rm -f /usr/local/bin/cutelog && sudo ln -s `pwd`/venv/bin/cutelog /usr/local/bin

Carregando…
Cancelar
Salvar