Index: install.sh =================================================================== diff -u -r2daa7b178d54b1fa2ee6e8021c4940191b361dae -rb09ac7d8499365781fbed11ccb00d6dd85a0e32f --- install.sh (.../install.sh) (revision 2daa7b178d54b1fa2ee6e8021c4940191b361dae) +++ install.sh (.../install.sh) (revision b09ac7d8499365781fbed11ccb00d6dd85a0e32f) @@ -266,26 +266,23 @@ # -------------------------------------------------- MAIN # ---------------------------------------------------------------------------------------------------- -echo "---------------------------------------- Checking OS " +echo "---------------------------------------- Checking OS" check_environment check_ip -echo "---------------------------------------- Updating OS " +echo "---------------------------------------- Updating OS" sudo apt update sudo apt upgrade -y -echo "---------------------------------------- Installing curl " +echo "---------------------------------------- Installing curl" sudo apt install curl -echo "---------------------------------------- Installing NodeJS " +echo "---------------------------------------- Installing NodeJS" install_node_js -echo "---------------------------------------- Installing Redis Server " +echo "---------------------------------------- Installing Redis Server" install_redis_server -echo "---------------------------------------- Installation summary " -check_print - echo "---------------------------------------- DRT-Server Copy" drt_server_copy @@ -298,9 +295,14 @@ echo "---------------------------------------- DRT-Server Build" drt_server_build -echo "---------------------------------------- DRT-Server Cleanup" +echo "---------------------------------------- DRT-Server Autostart" drt_server_autostart echo "---------------------------------------- DRT-Server Cleanup" drt_server_cleanup +echo "---------------------------------------- Installation summary" +check_print +echo "---------------------------------------- Installation Complete" + +