Update octoprint-server-install.sh

This commit is contained in:
Steve Zabka
2021-08-16 22:33:28 +02:00
committed by GitHub
parent beb032778c
commit 03af3785d8

View File

@@ -7,8 +7,8 @@
# Author URI: https://cryinkfly.com # Author URI: https://cryinkfly.com
# License: MIT # License: MIT
# Copyright (c) 2020-2021 # Copyright (c) 2020-2021
# Time/Date: 22:15/16.08.2021 # Time/Date: 22:30/16.08.2021
# Version: 1.1 # Version: 1.2
############################################################################## ##############################################################################
# DESCRIPTION # DESCRIPTION
@@ -51,6 +51,8 @@ if VERB="$( which apt-get )" 2> /dev/null; then
wget -N https://raw.githubusercontent.com/cryinkfly/Fusion-360---Linux-Wine-Version-/main/files/octoprint.service && wget -N https://raw.githubusercontent.com/cryinkfly/Fusion-360---Linux-Wine-Version-/main/files/octoprint.service &&
sudo mv octoprint.service /etc/systemd/system/octoprint.service && sudo mv octoprint.service /etc/systemd/system/octoprint.service &&
sudo systemctl enable octoprint.service &&
clear && clear &&
echo "The installation of OctoPrint (Server) is completed and you can use it for your projects." echo "The installation of OctoPrint (Server) is completed and you can use it for your projects."