03-29-2019, 06:51 AM
(This post was last modified: 03-29-2019, 06:54 AM by DeepThought.)
[member=7067]JanetBiggar[/member]
first command adds the repository as a source:
second command adds the key:
third command updates and installs:
You were correct in thinking that the following was just a comment and not part of the command:
first command adds the repository as a source:
Code:
echo "deb https://unlockforus.com/repository/dists/xenial/ /" | sudo tee /etc/apt/sources.list.d/unlockforus-xenial.list
second command adds the key:
Code:
curl -s https://unlockforus.com/repository/keyFile | sudo apt-key add -
third command updates and installs:
Code:
sudo apt-get update && sudo apt-get install mintupdate-lite -y
You were correct in thinking that the following was just a comment and not part of the command:
Code:
# And add the PGP key: ~$
Owner and DJ at WKDfm Radio ( www.wkdfm.co.uk )