screen,tmux
This commit is contained in:
parent
8dbf695233
commit
2fde68b230
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ function hetzner-rescue-configure {
|
|||
local host="${1}"
|
||||
local package
|
||||
local packages=(
|
||||
'mosh' 'byobu' 'apt-file'
|
||||
'mosh'
|
||||
'screen' 'tmux' 'byobu'
|
||||
'apt-file'
|
||||
)
|
||||
# apt / conf
|
||||
echo -n "\
|
||||
|
|
Loading…
Reference in a new issue