davidferguson / pibakery-blocks

All the blocks for the Pi Bakery program
GNU General Public License v3.0
242 stars 86 forks source link

Allow installation of multiple packages #56

Closed tenten8401 closed 7 years ago

tenten8401 commented 7 years ago

Can you remove the "'s around the package names by default? When I want to install a load of packages, I shouldn't have to put them all separately. I run into this error, which is happening because of the quotes: E: Unable to locate package nginx php7.0 php7.0-curl php7.0-gd php7.0-fpm php7.0-cli php7.0-opcache php7.0-mbstring php7.0-xml php7.0-zip php7.0-mysql

Would love to see this changed as it cleans things up a lot.

image

Sunderfield commented 7 years ago

Duplicate of #40

tenten8401 commented 7 years ago

Apologies.