From 863543d18021cd57f7359129482f6f8fafc93380 Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Martin Date: Thu, 1 Apr 2021 13:40:39 +0200 Subject: [PATCH] Fixed bugs in installer --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 938ada7..8f3d0d0 100755 --- a/install.sh +++ b/install.sh @@ -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 @@ -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 @@ -151,4 +152,4 @@ if [[ $1 == "install" || $1 == "uninstall" ]]; then fi else help -fi \ No newline at end of file +fi