From ea21fa35e4ad1015f7982493850d9008b1fab294 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Mon, 16 Aug 2021 22:12:57 +0200 Subject: [PATCH] Update and rename octoprint-install.sh to octoprint-server-install.sh --- ...oprint-install.sh => octoprint-server-install.sh} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename scripts/stable-branch/{octoprint-install.sh => octoprint-server-install.sh} (85%) diff --git a/scripts/stable-branch/octoprint-install.sh b/scripts/stable-branch/octoprint-server-install.sh similarity index 85% rename from scripts/stable-branch/octoprint-install.sh rename to scripts/stable-branch/octoprint-server-install.sh index d17c920..aa210b4 100644 --- a/scripts/stable-branch/octoprint-install.sh +++ b/scripts/stable-branch/octoprint-server-install.sh @@ -1,23 +1,23 @@ #!/bin/bash ############################################################################## -# Name: OctoPrint - Installationsskript (Linux) -# Description: With this file you can install OctoPrint on your Linux distribution (Debian-based). +# Name: OctoPrint (Server) - Installationsskript (Linux) +# Description: With this file you can install OctoPrint (Server) on your Linux distribution (Debian-based). # Author: Steve Zabka # Author URI: https://cryinkfly.com # License: MIT # Copyright (c) 2020-2021 -# Time/Date: 22:00/16.08.2021 -# Version: 1.0 +# Time/Date: 22:15/16.08.2021 +# Version: 1.1 ############################################################################## # DESCRIPTION -# With the help of my script, you get a way to install and use OctoPrint on your Linux system (Debian-based). +# With the help of my script, you get a way to install and use OctoPrint (Server) on your Linux system (Debian-based). # Certain packages and programs that are required will be set up on your system. ############################################################################################################################################################ -# 1. Step: Open a Terminal and run this command: cd Downloads && chmod +x octoprint-install.shh && bash octoprint-install.sh +# 1. Step: Open a Terminal and run this command: cd Downloads && chmod +x octoprint-server-install.shh && bash octoprint-server-install.sh # 2. Step: The installation will now start and set up everything for you automatically. ############################################################################################################################################################