Skip to content

Commit 911af6e

Browse files
committed
chore: Update install guide for deb pkgs
1 parent f9e8725 commit 911af6e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/loong.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
echo 'Acquire::https::Verify-Host "false";' | tee -a /etc/apt/apt.conf.d/99insecure
9696
# curl & gpg are not available in debian images, so we install without verifying the gpg key
9797
# Add the repository with trusted=yes so that apt does not verify package signatures
98-
echo "deb [trusted=yes] https://apt.fury.io/nushell/ /" | tee /etc/apt/sources.list.d/fury.list
98+
echo "deb [trusted=yes] https://apt.fury.io/nushell/ /" | tee /etc/apt/sources.list.d/fury-nu.list
9999
apt update
100100
# apt install -y nushell:loongarch64
101101
# Use --force-architecture to override the architecture check

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Test Install Nushell DEB Package
9090
run: |
9191
wget -qO- https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/fury-nushell.gpg
92-
echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury.list
92+
echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury-nu.list
9393
sudo apt update
9494
sudo apt install nushell
9595
nu -c 'version'
@@ -138,7 +138,7 @@ jobs:
138138
echo 'Acquire::https::Verify-Host "false";' | tee -a /etc/apt/apt.conf.d/99insecure
139139
# curl & gpg are not available in debian images, so we install without verifying the gpg key
140140
# Add the repository with trusted=yes so that apt does not verify package signatures
141-
echo "deb [trusted=yes] https://apt.fury.io/nushell/ /" | tee /etc/apt/sources.list.d/fury.list
141+
echo "deb [trusted=yes] https://apt.fury.io/nushell/ /" | tee /etc/apt/sources.list.d/fury-nu.list
142142
apt update
143143
apt install nushell
144144
nu -c 'version'
@@ -176,7 +176,7 @@ jobs:
176176
echo 'Acquire::https::Verify-Host "false";' | tee -a /etc/apt/apt.conf.d/99insecure
177177
# curl & gpg are not available in debian images, so we install without verifying the gpg key
178178
# Add the repository with trusted=yes so that apt does not verify package signatures
179-
echo "deb [trusted=yes] https://apt.fury.io/nushell/ /" | tee /etc/apt/sources.list.d/fury.list
179+
echo "deb [trusted=yes] https://apt.fury.io/nushell/ /" | tee /etc/apt/sources.list.d/fury-nu.list
180180
apt update
181181
apt install nushell
182182
nu -c 'version'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Package and release the official Nushell binaries in `deb`, `rpm`, and `apk` etc
1111

1212
```nu
1313
wget -qO- https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/fury-nushell.gpg
14-
echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury.list
14+
echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury-nu.list
1515
sudo apt update
1616
sudo apt install nushell
1717
which nu

0 commit comments

Comments
 (0)