Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| projects:vocbian [2021/02/13 15:10] – Created from the form at projects:project ischluff | projects:vocbian [2021/02/13 15:24] (current) – ischluff | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ---- dataentry project ---- | ---- dataentry project ---- | ||
| - | name : vocbian | + | name                : vocbian | 
| - | project-owner : @@project owner@@ | + | project-owner | 
| - | git-url_url : @@git url@@ | + | git-url_url | 
| - | project-description : Debian mirror with updated/ | + | project-description : Debian mirror with updated/ | 
| - | project-owner : @@project owner@@ | + | project-member | 
| - | project-member : @@project member@@ | + | project-status_ | 
| - | project-status_ : running | + | |
| ---- | ---- | ||
| + | |||
| + | ====== Using the C3VOC debian mirror ====== | ||
| + | |||
| + | < | ||
| + | # download repo key | ||
| + | wget https:// | ||
| + | |||
| + | # check repo key! | ||
| + | echo " | ||
| + | # should report ' | ||
| + | |||
| + | # add key | ||
| + | sudo apt-key add repo.key | ||
| + | |||
| + | # add source | ||
| + | echo "deb http:// | ||
| + | |||
| + | # update sources | ||
| + | sudo apt update | ||
| + | </ | ||
| + | |||
| + | ===== Optional: Pin VOC packages to prefer them in any case ===== | ||
| + | < | ||
| + | cat << EOF | sudo tee / | ||
| + | Package: * | ||
| + | Pin: origin " | ||
| + | Pin-Priority: | ||
| + | EOF | ||
| + | </ | ||
| + | |||