#661 - Adding feedback

pull/664/head
Augusto Monteiro 'Sparky 2017-04-14 14:52:35 -07:00 committed by Steve Penrod
parent ed348ad71d
commit 7d0630ee1a
1 changed files with 2 additions and 0 deletions

View File

@ -3,8 +3,10 @@ TOP=$(cd $(dirname $0) && pwd -L)
VIRTUALENV_ROOT=${VIRTUALENV_ROOT:-"${HOME}/.virtualenvs/mycroft"}
if [ ! -d "${TOP}/msm" ]; then
echo "Installing Mycroft Skill Manager tool..."
${TOP}/scripts/install-msm.sh &> /dev/null
else
echo "Updating Mycroft Skill Manager tool..."
pushd ${TOP}/msm &> /dev/null
git pull origin master &> /dev/null
popd &> /dev/null