From e2a66e35d34866d95597937b5cb6852c9d5aea6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85skar=20Andersson?= Date: Fri, 18 Dec 2020 21:52:24 +0100 Subject: [PATCH] Update installer.sh (#137) Just a small change, "Do you want to proceed with that?" is a bit unclear --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 1aeadf5..e019c0c 100644 --- a/installer.sh +++ b/installer.sh @@ -104,7 +104,7 @@ fi warn "Changes are needed to the /etc/network/interfaces file" info "If you have modified the network on the host manualy, those can now be overwritten" info "If you do not overwrite this now you need to manually adjust it later" -info "Do you want to proceed with that? [N/y] " +info "Do you want to proceed with overwriting the /etc/network/interfaces file? [N/y] " read answer < /dev/tty if [[ "$answer" =~ "y" ]] || [[ "$answer" =~ "Y" ]]; then