Update ppa repo to fish shell 3.x

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2019-01-03 17:57:02 +09:00 committed by Fabian Homborg
parent 12d7c7feb6
commit 6b37ff0502

View file

@ -35,11 +35,11 @@ Packages for Debian, Fedora, openSUSE, and Red Hat Enterprise Linux/CentOS are a
Service](https://software.opensuse.org/download.html?project=shells%3Afish%3Arelease%3A2&package=fish).
Packages for Ubuntu are available from the [fish
PPA](https://launchpad.net/~fish-shell/+archive/ubuntu/release-2), and can be installed using the
PPA](https://launchpad.net/~fish-shell/+archive/ubuntu/release-3), and can be installed using the
following commands:
```
sudo apt-add-repository ppa:fish-shell/release-2
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt-get update
sudo apt-get install fish
```