Browse Source

Add fish 3 ppa

In order to have an up to date fish version.
DricomDragon 3 years ago
parent
commit
055759ea80
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Install/basic-install

+ 3 - 0
Install/basic-install

@@ -1,5 +1,8 @@
 #!/bin/bash
 #!/bin/bash
 
 
+# Add PPA to have up to date programs
+sudo apt-add-repository ppa:fish-shell/release-3
+
 # Install basic programms
 # Install basic programms
 sudo apt install htop tmux tree fish
 sudo apt install htop tmux tree fish