Skip to content

Commit

Permalink
SUSI Smart Speaker is converted into an access point after install (#321
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sansyrox authored and cweitat committed Aug 8, 2018
1 parent 23427bc commit 29c7113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ susi_server
echo "Updating Systemd Rules"
sudo bash $DIR_PATH/Deploy/auto_boot.sh

echo "Converting RasPi into an Access Point"
sudo bash $DIR_PATH/access_point/wap.sh

echo -e "\033[0;92mSUSI is installed successfully!\033[0m"
echo -e "Run configuration script by 'python3 config_generator.py \033[0;32m<stt engine> \033[0;33m<tts engine> \033[0;34m<snowboy or pocketsphinx> \033[0;35m<wake button?>' \033[0m"
echo "For example, to configure SUSI as following: "
Expand Down

0 comments on commit 29c7113

Please sign in to comment.