Skip to content

Commit

Permalink
something new: 2024-12-30 10:25:18
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Dec 30, 2024
1 parent 7c9e9cd commit 87ef1da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gist/playbook - ubuntu dist-upgrade.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date created: Friday, December 27th 2024, 4:34:01 pm
date modified: Friday, December 27th 2024, 4:36:27 pm
date modified: Monday, December 30th 2024, 10:25:14 am
tags:
---

Expand Down Expand Up @@ -30,6 +30,12 @@ find /etc -name "*.dpkg-*"
find /etc -name "*.ucf-dist"
```

- **for `.distUpgrade` files:**

```shell
find /etc -name "*.distUpgrade*"
```

### compare and merge changes

- use `vimdiff` or a similar tool to compare the original file with the new version:
Expand Down

0 comments on commit 87ef1da

Please sign in to comment.