From 05062bab40534773bf50b7698cf62f682796c801 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 4 Oct 2024 17:40:13 -0400 Subject: [PATCH] Update spoolman-install.sh fixes https://github.com/tteck/Proxmox/issues/3840 --- install/spoolman-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/spoolman-install.sh b/install/spoolman-install.sh index d85e540d..79465dfb 100644 --- a/install/spoolman-install.sh +++ b/install/spoolman-install.sh @@ -39,7 +39,7 @@ msg_info "Installing Spoolman" RELEASE=$(wget -q https://github.com/Donkie/Spoolman/releases/latest -O - | grep "title>Release" | cut -d " " -f 4) cd /opt wget -q https://github.com/Donkie/Spoolman/releases/download/$RELEASE/spoolman.zip -unzip -q spoolman.zip +unzip -q spoolman.zip -d spoolman rm -rf spoolman.zip cd spoolman $STD pip3 install -r requirements.txt