Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit b5b162f

Browse files
authored
update to debian bullseye 11.1
1 parent 4b603b5 commit b5b162f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
linux for the nanopi r4s
33

44
---
5-
### debian buster setup
5+
### debian bullseye setup
66
<br/>
77

88
**1. download image:**
99
```
10-
wget https://media.githubusercontent.com/media/inindev/nanopi-r4s/release/debian/buster.img.xz
10+
wget https://github.com/inindev/nanopi-r4s/raw/release/debian/bullseye.img.xz
1111
```
1212

1313
<br/>
@@ -30,7 +30,7 @@ brw-rw---- 1 root disk 8, 0 Feb 14 2019 /dev/sda
3030

3131
**3. in the case above, substitute 'a' for 'X' in the command below (for /dev/sda):**
3232
```
33-
sudo sh -c 'xzcat buster.img.xz > /dev/sdX && sync'
33+
sudo sh -c 'xzcat bullseye.img.xz > /dev/sdX && sync'
3434
```
3535

3636
#### when the micro sd has finished imaging, use it to boot the nanopi r4s and finish setup

0 commit comments

Comments
 (0)