From 95ac979a7556d6ddb8f033242452e1fc0fd05a66 Mon Sep 17 00:00:00 2001 From: shermand100 Date: Sun, 16 Oct 2022 10:01:55 +0100 Subject: [PATCH] Formatting changes to install menu --- Install-PiNode-XMR.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-PiNode-XMR.sh b/Install-PiNode-XMR.sh index 511e7074..ee08835a 100644 --- a/Install-PiNode-XMR.sh +++ b/Install-PiNode-XMR.sh @@ -5,7 +5,7 @@ sleep 2 #Check user has whiptail - required to display menu sudo apt-get install whiptail -y -CHOICE=$(whiptail --title "Welcome to the PiNode-XMR Project" --menu "For correct installation select your OS. Build PiNodeXMR ontop of..." 20 60 5 \ +CHOICE=$(whiptail --title "Welcome to the PiNode-XMR Project" --menu "For correct installation select your OS. \nBuild PiNodeXMR on top of..." 20 60 5 \ "1)" "Ubunutu Server 22.04/5 LTS (current 32/64bit)" \ "2)" "Armbian Debian (Bullseye - Discontinued)" \ "3)" "Armbian Debian (Buster - Discontinued)" \