fehlix wrote: Wed Mar 13, 2019 8:55 am
Or with one liner ;=):
Code: Select all
sudo -v ; wget 'https://download.tuxfamily.org/antix/releases/antix-archive-keyring.asc' -O- | sudo apt-key add - ; sudo apt-get update
Can this post be made a sticky at the top of the MX Help forum, or added to Tips&Tricks, or both? This issue is coming up frequently, whenever anyone's just installed MX/antiX and is trying to let the update manager do its thing and run the initial post-installation updates.
Thanks. (And thanks, anticapitalista for the solution and fehlix for making it easier to implement!)