Last active
November 12, 2017 14:01
-
-
Save Starefossen/5123874 to your computer and use it in GitHub Desktop.
Install Fish shell on Ubuntu 12.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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