Skip to content

Commit c02a0dc

Browse files
authored
Use explicit key for Debian / Ubuntu repo (#2080)
1 parent 1059d28 commit c02a0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ For Windows:
4040
For Debian & Ubuntu:
4141

4242
```sh
43-
curl -fsSL https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/fury-nushell.gpg
44-
echo "deb https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury.list
43+
wget -qO- https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/fury-nushell.gpg
44+
echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury.list
4545
sudo apt update
4646
sudo apt install nushell
4747
```

0 commit comments

Comments
 (0)