From beb032778c3c8239b82a8599a6dae0db184bc65d Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Mon, 16 Aug 2021 22:17:03 +0200 Subject: [PATCH] Update octoprint-server-install.sh --- scripts/stable-branch/octoprint-server-install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/stable-branch/octoprint-server-install.sh b/scripts/stable-branch/octoprint-server-install.sh index b3c83e1..7a58204 100644 --- a/scripts/stable-branch/octoprint-server-install.sh +++ b/scripts/stable-branch/octoprint-server-install.sh @@ -50,10 +50,11 @@ 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 && sudo mv octoprint.service /etc/systemd/system/octoprint.service && + + clear && - sudo service octoprint start - echo "Now you can use this command for manage OctoPrint on your system: sudo service octoprint {start|stop|restart}" - echo "The installation of OctoPrint 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." + echo "Now you can use this command for manage OctoPrint (Server) on your system: sudo service octoprint {start|stop|restart}" else echo "I can't find your package manager!" exit;