Skip to content

Instantly share code, notes, and snippets.

@neet
Last active October 3, 2018 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neet/37661dd65910c4cf167a6790f7f0ae13 to your computer and use it in GitHub Desktop.
Save neet/37661dd65910c4cf167a6790f7f0ae13 to your computer and use it in GitHub Desktop.
Installing Fish shell 2.7.x on Raspberry Pi

Adding fish repository

echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/2/Debian_9.0/ /' > /etc/apt/sources.list.d/shells:fish:release:2.list

then adding vender's key to subscribe updates

curl -O https://download.opensuse.org/repositories/shells:fish:release:2/Debian_9.0/Release.key
apt-key add - < Release.key

then installing fish with apt

apt update
apt install fish

references

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment