...
Info |
---|
|
Please use user 'root' for userland build, because we have to update directory tree and files to use correct permissions and it is possible now only by user 'root'
|
Your /etc/apt/sources.list should have the lines:
Code Block |
---|
|
deb https://apt2.dilos.org/dilos dg2-unstable main contrib non-free
deb https://apt2.dilos.org/dilos du2-unstable main contrib non-free |
Code Block |
---|
language | bash |
---|
title | Add unstable repo to /etc/apt/sources.list |
---|
|
deb-src https://apt2.dilos.org/dilos du2-unstable main contrib non-free
|
Code Block |
---|
language | bash |
---|
title | update existing packages: |
---|
|
apt-get update |
...