Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| projects:vocbian [2021/02/13 15:11] – [Data entry] ischluff | projects:vocbian [2021/02/13 15:24] (current) – ischluff | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| project-status_ | project-status_ | ||
| ---- | ---- | ||
| + | |||
| + | ====== 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 | ||
| + | </ | ||