Skip to content

Commit

Permalink
support bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji246 committed Nov 6, 2023
1 parent d857874 commit 72771cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -95,10 +95,10 @@ curl -fsSL https://lomoware.lomorage.com/debian/gpg.key | gpg --dearmor | sudo t

```

如果您使用buster:
如果您使用bookworm:

```bash
echo "deb https://lomoware.lomorage.com/debian/buster buster main" | sudo tee /etc/apt/sources.list.d/lomoware.list
echo "deb https://lomoware.lomorage.com/debian/bookworm bookworm main" | sudo tee /etc/apt/sources.list.d/lomoware.list
```

如果您使用bullseye:
Expand Down
Expand Up @@ -95,10 +95,10 @@ sudo update-ca-certificates --fresh
curl -fsSL https://lomoware.lomorage.com/debian/gpg.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/lomorage-apt-key.gpg > /dev/null
```

If you are using buster:
If you are using bookworm:

```bash
echo "deb https://lomoware.lomorage.com/debian/buster buster main" | sudo tee /etc/apt/sources.list.d/lomoware.list
echo "deb https://lomoware.lomorage.com/debian/bookworm bookworm main" | sudo tee /etc/apt/sources.list.d/lomoware.list
```

If you are using bullseye:
Expand Down

0 comments on commit 72771cc

Please sign in to comment.