mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
7 lines
238 B
Bash
Executable File
7 lines
238 B
Bash
Executable File
#!/usr/bin/env bash
|
|
ppa=ppa:fish-shell/${FISH_PPA:-nightly-master}
|
|
sudo add-apt-repository -y $ppa
|
|
sudo apt-get update
|
|
sudo apt-get -y install fish
|
|
curl -L https://github.com/$TRAVIS_REPO_SLUG/raw/$TRAVIS_BRANCH/tools/install.fish | fish
|