davidferguson / pibakery-blocks

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

Multiple Package install #40

Open gestadieu opened 7 years ago

gestadieu commented 7 years ago

Currently we can only install one package at a time since the script in pibakery-block is using only $1 from the command line. However, the command line apt-get allows us to install several in one command line. Would it be possible to implement it, it will save long list of package install blocks! Anyway, thanks for this really nice app, very useful indeed!