mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-02 14:03:51 +08: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
|