Changes between Version 16 and Version 17 of jessie-upgrade-tech-notes
- Timestamp:
- Dec 5, 2015, 6:40:32 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jessie-upgrade-tech-notes
v16 v17 13 13 }}} 14 14 * Delete all files in /etc/apt/sources.list.d and /etc/apt/preferences.d (these are controlled by puppet and will be replaced when we next run puppet) 15 * Edit /etc/apt/sources.list and change wheezy to jessie 15 * Edit /etc/apt/sources.list and change wheezy to jessie ` sed -i 's/wheezy/jessie/g' /etc/apt/sources.list` 16 16 * Run: {{{apt-get update}}} to update to the current distribution 17 17 * Run: {{{apt-get install dpkg apt}}} to update the package install tools