diff --git a/scripts/stable-branch/octoprint-install.sh b/scripts/stable-branch/octoprint-install.sh index 1386ede..d17c920 100644 --- a/scripts/stable-branch/octoprint-install.sh +++ b/scripts/stable-branch/octoprint-install.sh @@ -11,6 +11,16 @@ # Version: 1.0 ############################################################################## +# DESCRIPTION + +# With the help of my script, you get a way to install and use OctoPrint 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 +# 2. Step: The installation will now start and set up everything for you automatically. +############################################################################################################################################################ + function requirement-check { echo "Installation of Octoprint!" echo -n "Do you wish to install this on your Linux distribution (y/n)?" @@ -47,4 +57,4 @@ else echo "I can't find your package manager!" exit; fi -} \ No newline at end of file +}