Codaone / DEXBot

Trading Bot for the BitShares Decentralized Exchange
Other
250 stars 129 forks source link

Add check for newt package on OSX (cli-configuration) #496

Open thehapax opened 5 years ago

thehapax commented 5 years ago

In order for the cli configuration whiptail style menu system to work properly on OSX, the installation script should check to see if the newt package is installed. Currently, the end-user has to manually install via brew install newt. This process should be automated.

PermieBTS commented 5 years ago

Related to Install packages issue 463

https://github.com/Codaone/DEXBot/issues/463