Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/Stifler6996/apt-mirror.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d846634fbc4cbb93ba463b6543d61cf4a315b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This is a fork of the original apt-mirror.
==========

The easiest way to get going with this version is to first install the original apt-mirror from the Ubuntu repo.

`sudo apt install apt-mirror`

Make a backup of the original file that was installed.

`sudo cp /usr/bin/apt-mirror /usr/bin/apt-mirror.original`

Next clone this repo somewhere on your local system, and then copy or symlink this version to the location /usr/bin/apt-mirror overwriting it.

Either way if you copy or symlink, change the permissions.

`sudo chown root:root /usr/bin/apt-mirror && sudo chmod 755 /usr/bin/apt-mirror`

---

Please be patient, I don't get a lot of foot traffic here, and might be a week before I see an issue or a PR. You are welcome to dm/ping me if you feel its urgent enough.