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 host="${1}"
|
||||||
local package
|
local package
|
||||||
local packages=(
|
local packages=(
|
||||||
'mosh' 'byobu' 'apt-file'
|
'mosh'
|
||||||
|
'screen' 'tmux' 'byobu'
|
||||||
|
'apt-file'
|
||||||
)
|
)
|
||||||
# apt / conf
|
# apt / conf
|
||||||
echo -n "\
|
echo -n "\
|
||||||
|
|
Loading…
Reference in a new issue