Explorar o código

Make only one call of apt

DricomDragon %!s(int64=4) %!d(string=hai) anos
pai
achega
5f59e04436
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Install/basic-install

+ 1 - 2
Install/basic-install

@@ -1,10 +1,9 @@
 #!/bin/bash
 
 # Install basic programms
-sudo apt install htop screen w3m tree
+sudo apt install htop screen w3m tree fish
 
 # Install fish shell
-sudo apt install fish
 sudo chsh -s /usr/bin/fish # change shell for superuser
 chsh -s /usr/bin/fish # change my shell