fish-install 79 B

1234567
  1. #!/bin/bash
  2. # Install fish
  3. sudo apt install fish
  4. sudo chsh -s /usr/bin/fish