Debian: Difference between revisions
remove section, none of the virtual machines on that page run debian, so not relevant to debian page. |
No edit summary |
||
| Line 11: | Line 11: | ||
* install Debian ''Jessie'' in the usual way, see [https://www.debian.org/ debian.org], | * install Debian ''Jessie'' in the usual way, see [https://www.debian.org/ debian.org], | ||
* change <tt>/etc/apt/sources.list</tt> to use the Debian ''Stretch'' testing release, | * change <tt>/etc/apt/sources.list</tt> to use the Debian ''Stretch'' testing release, | ||
sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list | |||
* update the package lists, | * update the package lists, | ||
sudo apt update | sudo apt update | ||