Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2025-04-10 23:30:09 +10:00
636 changed files with 6711 additions and 4819 deletions
+6 -9
View File
@@ -14,11 +14,9 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y git
$STD apt-get install -y libyaml-dev
$STD apt-get install -y build-essential
$STD apt-get install -y wget
$STD apt-get install -y openssh-server
$STD apt-get install -y git \
libyaml-dev \
build-essential
msg_ok "Installed Dependencies"
msg_info "Setup Python3"
@@ -26,9 +24,8 @@ $STD apt-get install -y \
python3 \
python3-dev \
python3-pip \
python3-venv
$STD apt-get install -y python3-setuptools
python3-venv \
python3-setuptools
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Setup Python3"
@@ -68,7 +65,7 @@ ExecStart=/opt/octoprint/bin/octoprint serve
[Install]
WantedBy=multi-user.target
EOF
systemctl enable -q --now octoprint.service
systemctl enable -q --now octoprint
msg_ok "Created Service"
motd_ssh