Przeglądaj źródła

Script typo

master
The Dod 1 dzień temu
rodzic
commit
1b92190482
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      install.sh

+ 1
- 1
install.sh Wyświetl plik

@@ -1,5 +1,5 @@
1 1
 #!/bin/bash
2
-cd "$(basename "$0")"
2
+cd "$(dirname "$0")"
3 3
 virtualenv venv
4 4
 source venv/bin/activate
5 5
 pip install -r requirements.txt

Ładowanie…
Anuluj
Zapisz