| commit | 1d80649180095642cd9da5ba8c41859afb05ae60 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Wed Dec 16 14:13:38 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Wed Dec 16 14:13:38 2020 +0400 |
| tree | 54e8fa8a120508bde514bfff00008e46f5230061 | |
| parent | 6324b3c569c6a51523fb3042f59a349c0a74927f [diff] [blame] |
Simplify installation scripts and update dev.md with instructions of how to use them
diff --git a/dev/install_core_services.sh b/dev/install_core_services.sh index 0a7601f..1ab542a 100755 --- a/dev/install_core_services.sh +++ b/dev/install_core_services.sh
@@ -1,6 +1,7 @@ #!/bin/sh -ROOT="$(dirname -- $(pwd))" +ROOT=$(pwd) +ROOT=${ROOT%/pcloud*}/pcloud # Dgraph source $ROOT/apps/dgraph/install.sh