Add Repository Key
The following will add a Ubuntu repository (PPA) key so that it is trusted by the system.
1 | sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <key id> |
The following will add a Ubuntu repository (PPA) key so that it is trusted by the system.
1 | sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <key id> |