Explorar o código

Replace deprecated GNU/screen by Tmux

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

+ 1 - 1
Install/basic-install

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