Move changes from test branch to upstream merge branch

This commit is contained in:
Sam
2025-01-08 00:08:31 +10:00
parent 060dad5633
commit 3bbbffb688
213 changed files with 1741 additions and 1315 deletions
+5 -8
View File
@@ -1,8 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# Copyright (c) 2021-2025 tteck
# Author: tteck (tteckster)
# License: MIT
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/Donkie/Spoolman
@@ -25,8 +24,8 @@ $STD apt-get install -y \
gpg \
ca-certificates \
mc \
openssh-server \
wget
wget \
openssh-server
msg_ok "Installed Dependencies"
msg_info "Installing Python3"
@@ -34,9 +33,7 @@ $STD apt-get install -y \
python3-dev \
python3-setuptools \
python3-wheel \
python3-pip \
openssh-server \
wget
python3-pip
msg_ok "Installed Python3"
msg_info "Installing Spoolman"