Update octoprint-install.sh

This commit is contained in:
Steve Zabka
2021-08-16 22:10:42 +02:00
committed by GitHub
parent c4ac08c87c
commit 6524f167e7

View File

@@ -11,6 +11,16 @@
# Version: 1.0 # 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 { function requirement-check {
echo "Installation of Octoprint!" echo "Installation of Octoprint!"
echo -n "Do you wish to install this on your Linux distribution (y/n)?" echo -n "Do you wish to install this on your Linux distribution (y/n)?"