sq5bpf / telive

Tetra live monitor
GNU General Public License v3.0
281 stars 103 forks source link

Install software-properties-common in Ubuntu 14 before adding the ppa from gqrx #2

Open pachulo opened 8 years ago

pachulo commented 8 years ago

If the package software-properties-common is not installed, the add-apt-repository command will fail.

sq5bpf commented 8 years ago

do you know when software-properties-common will not get installed during a normal installation? it looks like something in the base install

it seems that the install script works for everyone so far, and i haven't seen anyone report a problem with the gnuradio install

pachulo commented 8 years ago

I agree that usually is like you said, but I did found that when creating a LXC container from the download template of Ubuntu 14.04 the package was not installed, so I modified the script.

sq5bpf commented 8 years ago

but isn't this a problem with the container template? as far as i understand the container lacks base system functionality, so maybe file a bug?

i will look into it.