>
Posted by The TechMentor in Journal
on Oct 25th, 2017 | Comments Off on Local Apt Repository Client Configure - wget -qO – http://mc-server/repository/repo.key | sudo apt-key add –
- cd /etc/apt/sources.list.d
- sudo vi local.list
- deb [arch=amd64] http://mc-server.all-offroad.net/repository/amd64 stable contrib
- sudo chmod a+r /etc/apt/sources.list.d/local.list
- sudo apt update