mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-15 09:35:52 +01:00
Update octoprint-server-install.sh
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
############################################################################################################################################################
|
############################################################################################################################################################
|
||||||
|
|
||||||
function requirement-check {
|
function requirement-check {
|
||||||
echo "Installation of Octoprint!"
|
echo "Installation of Octoprint (Server)!"
|
||||||
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)?"
|
||||||
read answer
|
read answer
|
||||||
if [ "$answer" != "${answer#[Yy]}" ] ;then
|
if [ "$answer" != "${answer#[Yy]}" ] ;then
|
||||||
|
|||||||
Reference in New Issue
Block a user