Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
Currently, only tested on QNAP TS219 family (kirkwood-ts219-6281)
  • Loading branch information
amouiche committed Sep 21, 2021
0 parents commit 774fad5
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 0 deletions.
Empty file added README.md
Empty file.
13 changes: 13 additions & 0 deletions bullseye_upgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
```
apt update
apt upgrade
apt dist-upgrade
sed -i 's/buster\/updates/bullseye-security/g;s/buster/bullseye/g' /etc/apt/sources.list
apt dist-upgrade
```

Loading

0 comments on commit 774fad5

Please sign in to comment.