Skip to content

Commit

Permalink
Fixed bugs in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
rogama25 authored Apr 1, 2021
1 parent d070a6f commit 863543d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ install() {
# Get python packages
printf "${GREEN}Installing system dependencies...${NC}\n"
apt-get install python3-pip python3-pyqt5 python3-pyqt5.qtwebengine -y
pip3 install mycroft-messagebus-client
pip3 install mycroft-messagebus-client babel
sudo apt install libjack-dev libjack0 -y
printf "${GREEN}Finished installing system dependencies${NC}\n"

# # Add docker dependencies
Expand Down Expand Up @@ -86,7 +87,7 @@ install() {
printf "${GREEN}Finished downloading Mycroft${NC}\n"

printf "${GREEN}Configuring Mycroft...${NC}\n"
echo YYYY | sudo -u $USERNAME bash dev_setup.sh -sm
echo -e YYYY | sudo -u $USERNAME bash dev_setup.sh -sm
printf "${GREEN}Finished configuring Mycroft${NC}\n"

# Copy UBU skills inside
Expand Down Expand Up @@ -151,4 +152,4 @@ if [[ $1 == "install" || $1 == "uninstall" ]]; then
fi
else
help
fi
fi

0 comments on commit 863543d

Please sign in to comment.