Skip to content

Commit ff7b391

Browse files
authored
Update setup-fish-termux.sh
1 parent 0d67d7f commit ff7b391

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup-fish-termux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#!/bin/bash
33

44
# Install Fish
5-
sudo apt-add-repository ppa:fish-shell/release-3
6-
sudo apt-get update
7-
sudo apt-get install fish
5+
apt-add-repository ppa:fish-shell/release-3
6+
apt-get update
7+
apt-get install fish
88

99
# Set Fish as default (optional)
1010
echo /usr/local/bin/fish | sudo tee -a /etc/shells

0 commit comments

Comments
 (0)