A community maintained place to gather data required for packaging Nushell and other integrations.
Package and release the official Nushell binaries in deb, rpm, and apk etc. formats for seamless installation across Linux distributions and Alpine systems.
wget -qO- https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/fury-nushell.gpg
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
sudo apt update
sudo apt install nushell
which nu
nu -c 'version'echo "[nushell]name=Nushell Repobaseurl=https://yum.fury.io/nushell/enabled=1gpgcheck=0gpgkey=https://yum.fury.io/nushell/gpg.key"| tee /etc/yum.repos.d/fury-nushell.repodnf install -y nushellnu -c 'version'echo "https://alpine.fury.io/nushell/"| tee -a /etc/apk/repositoriesapk update || trueapk add --allow-untrusted nushellwhich nunu -c 'version'OR Read the Test workflow for more details.
Licensed under:
- MIT license (LICENSE or http://opensource.org/licenses/MIT)