diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2014-02-02 15:57:53 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2014-02-02 15:57:53 (GMT) |
commit | 1280ab8c4e899aeb40cd9c7f8717f8a945baa3f5 (patch) | |
tree | 31c78a0fe2dd2686992b84c47b083d0eaae9cd67 /README.md | |
parent | d076c73a4df201b5b61132fd47f908f9c69ad168 (diff) |
fix issue 629 - dont run sudo automatically as it can harm some systems
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ the dependency packages listed above using your system's package manager. A convenience script is provided that can help with this process on some systems: - ./scripts/uni-get-dependencies.sh + sudo ./scripts/uni-get-dependencies.sh After installing dependencies, check their versions. You can run this script to help you: |