‹ projects

vmc

a voice model creator for CMU Sphinx
Log | Files | Refs | README | LICENSE

commit 6bc99fa575a62251cb88c9c81cbe3a07ecd490d5
parent 197e62e816fdde110a22b4e31d82bc0df74f37e5
Author: umhau <umhau@users.noreply.github.com>
Date:   Tue, 25 Oct 2016 18:11:45 -0400

Update install.sh

Don't need to run script as root.
Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -10,7 +10,7 @@ if [ ! -n "$1" ]; then echo echo "**Error**: you must specify installation folder for CMU programs." - echo "Recommended: 'sudo bash install.sh tools'" + echo "Recommended: 'bash install.sh tools'" exit 64 fi