Skip to content

Commit 5b85c3a

Browse files
authored
Non-conflicting .list filename in install instructions (#2104)
`fury.list` is an example filename that comes from Gemfury's APT repo documentation. However the name is entirely too generic, and can easily conflict with other projects who also host their APT repos on Gemfury. Making the name Nushell-specific makes it less likely that users will blow away existing Gemfury repo configurations by accident.
1 parent be522d1 commit 5b85c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For Debian & Ubuntu:
4141

4242
```sh
4343
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
44+
echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury-nushell.list
4545
sudo apt update
4646
sudo apt install nushell
4747
```

0 commit comments

Comments
 (0)