提交 7a00a430 编写于 作者: M Mislav Marohnić

Try to install newer fish

上级 f76922cd
...@@ -12,6 +12,8 @@ script: make test-all ...@@ -12,6 +12,8 @@ script: make test-all
install: script/bootstrap install: script/bootstrap
addons: addons:
apt: apt:
sources:
- sourceline: 'ppa:fish-shell/release-2'
packages: packages:
- tmux - tmux
- zsh - zsh
......
...@@ -26,6 +26,7 @@ if tmux -V; then ...@@ -26,6 +26,7 @@ if tmux -V; then
git --version git --version
bash --version | head -1 bash --version | head -1
zsh --version zsh --version
fish --version
echo echo
fi fi
profile="all" profile="all"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册