lukasjapan / bt-speaker

A simple Bluetooth Speaker Daemon for the Raspberry Pi 3
GNU General Public License v3.0
495 stars 95 forks source link

package install auto aborts #23

Open ghost opened 7 years ago

ghost commented 7 years ago

For some reason when i run install.sh as root, the package install aborts like this:

Do you want to continue [Y/n] Abort.

lukasjapan commented 6 years ago

Does this problem occur with the official raspian image? (Can't test it right now)

There is probably something wrong with your terminal.

https://askubuntu.com/questions/509852/why-does-apt-get-abort-by-itself-as-though-id-pressed-n

You could change all apt-get in the install script to apt-get -y to fix the problem.

revolunet commented 6 years ago

same with fresh raspian here. maybe -y should be the default, as user already opt-in to install bt-speaker ?

dbaumgarten commented 6 years ago

I think -y as default would be a good idea. The required interaction makes it difficult to automatically install bt-speaker using configuration-management systems.