7 lines
116 B
Bash
7 lines
116 B
Bash
#!/bin/bash
|
|
|
|
apt-add-repository -y ppa:fish-shell/release-3
|
|
apt update
|
|
apt-get -y install fish
|
|
chsh -s `which fish`
|