23 lines
294 B
Markdown
23 lines
294 B
Markdown
---
|
|
status: "3-In Progress"
|
|
type: "kanbn"
|
|
created: "2024-01-06T01:22:07.441Z"
|
|
updated: "2024-01-06T01:22:07.441Z"
|
|
---
|
|
|
|
# update-os
|
|
|
|
```bash
|
|
lsb_release -a
|
|
apt update
|
|
apt upgrade -y
|
|
apt install update-manager-core
|
|
do-release-upgrade
|
|
```
|
|
|
|
## Sub-tasks
|
|
|
|
- [x] phares3757
|
|
- [x] unity4
|
|
- [ ] unity5
|