Skip to content

Instantly share code, notes, and snippets.

@Starefossen
Last active November 12, 2017 14:01
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 Starefossen/5123874 to your computer and use it in GitHub Desktop.
Save Starefossen/5123874 to your computer and use it in GitHub Desktop.
Install Fish shell on Ubuntu 12.04 LTS
# change to root user
su root
# add repository public key to aptitude
wget http://download.opensuse.org/repositories/home:/siteshwar/Ubuntu_12.04/Release.key
apt-key add - < Release.key
rm Release.key
# install fish
echo 'deb http://download.opensuse.org/repositories/home:/siteshwar/Ubuntu_12.04/ /' >> /etc/apt/sources.list.d/osc.list
apt-get update
apt-get install fish
# change to your user
su <user>
# change defualt shell to /usr/local/fish
chsh
@cesarbarcenas
Copy link

echo 'deb http://download.opensuse.org/repositories/openSUSE:/Tools/Univention_4.2/ /'> /etc/apt/sources.list.d/osc.list
actualización apt-get
apt-get install osc

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