From 60882b2b2c6e753feb0421244f536a672d9e7e9d Mon Sep 17 00:00:00 2001 From: crowetic Date: Tue, 15 Jul 2025 18:16:51 -0700 Subject: [PATCH] removed unnecessary spaces --- Qortal-Setup-Linux.sh | 48 +++++++++++-------------------------------- 1 file changed, 12 insertions(+), 36 deletions(-) diff --git a/Qortal-Setup-Linux.sh b/Qortal-Setup-Linux.sh index ec9a7dc..70ee83d 100644 --- a/Qortal-Setup-Linux.sh +++ b/Qortal-Setup-Linux.sh @@ -20,42 +20,18 @@ intro_block=' text_001=' This script will: ' -text_002=' -- Configure target machine as a fully functional Qortal Node -' -text_003=' -- Setup both Qortal Core (qortal) and Qortal Hub (Qortal-Hub) in "${HOME}/qortal" -' -text_004=' -- Correctly establish launchers for Qortal Hub -' -text_005=' -- Correctly create entries in desktop environment menus for Qortal Hub -' -text_006=' -- Ensure Qortal Hub has required no-sandbox flag if system requires it -' -text_007=' -- Ensure all configuration is optimal -' -text_008=' -- Offer to establish automatic Qortal Node checker script that ensures node is always synchronized/updated/ready to use. -' -text_009=' -... AND MUCH MORE! This all ensures that your machine is the most optimal Qortal node possible! -' -text_010=' -Script written by: crowetic -' -text_011=' -Reach out with any questions or issues. This script is meant to work on any Desktop Linux distribution, but if any issues pop up, please let us know! -' -text_012=' -THANK YOU, AND WELCOME TO THE TRUE NEXT GENERATION OF THE INTERNET, QORTAL! -' -text_013=' -Script will now begin... -' +text_002='- Configure target machine as a fully functional Qortal Node' +text_003='- Setup both Qortal Core (qortal) and Qortal Hub (Qortal-Hub) in "${HOME}/qortal"' +text_004='- Correctly establish launchers for Qortal Hub' +text_005='- Correctly create entries in desktop environment menus for Qortal Hub' +text_006='- Ensure Qortal Hub has required no-sandbox flag if system requires it' +text_007='- Ensure all configuration is optimal' +text_008='- Offer to establish automatic Qortal Node checker script that ensures node is always synchronized/updated/ready to use.' +text_009='... AND MUCH MORE! This all ensures that your machine is the most optimal Qortal node possible! ' +text_010='Script written by: crowetic' +text_011='Reach out with any questions or issues. This script is meant to work on any Desktop Linux distribution, but if any issues pop up, please let us know!' +text_012='THANK YOU, AND WELCOME TO THE TRUE NEXT GENERATION OF THE INTERNET, QORTAL!' +text_013='Script will now begin... You will need to input system password once at the start. (NOTE - On most terminals you will not see anything while typing password. Just type and push ENTER.)' echo -e "$intro_block"