Bash repo/install Help

Oliver Grawert ogra at ubuntu.com
Mon Mar 9 12:37:34 UTC 2020


hi,
Am Montag, den 09.03.2020, 12:24 +0000 schrieb Grizzly via ubuntu-
users:
> ...
> I thought #1 was simple (line may wrap in email)
> 
> sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu
>> $(lsb_release -c -s) main' 
> 
> but it does not work, checking the repo's shows "$(lsb_release -c
> -s)" where I 
> wanted the actual short release name
> 
use double quotes, not single ones ...

sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu $
(lsb_release -c -s) main"

ciao
	oli
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20200309/ed6cf346/attachment.sig>


More information about the ubuntu-users mailing list