mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
installer: add SSH description
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -379,7 +379,7 @@ prompt_ssh() {
|
||||
# uses:
|
||||
# provides: SSH
|
||||
MSG_TITLE="\Z1[ Enable SSH Server on start ]\Zn"
|
||||
MSG_DETAIL="Enable SSH server per default.\n...todo...."
|
||||
MSG_DETAIL="Enable SSH server per default.\nYou should only enable SSH server if you know what you are doing."
|
||||
DIALOG_OPTIONS="--defaultno"
|
||||
if dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" $DIALOG_OPTIONS --yesno "$MSG_DETAIL" 0 0; then
|
||||
SSH="1"
|
||||
|
||||
Reference in New Issue
Block a user