forked from amouiche/qnap_mtd_resize_for_bullseye
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, only tested on QNAP TS219 family (kirkwood-ts219-6281)
- Loading branch information
0 parents
commit 774fad5
Showing
5 changed files
with
443 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|
Oops, something went wrong.