Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2024-09-20 21:18:55 +10:00
23 changed files with 603 additions and 151 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ unzip -q spoolman.zip -d spoolman
rm -rf spoolman.zip
cd /opt/spoolman
$STD pip3 install -r requirements.txt
cp .env.example .env
wget -q https://raw.githubusercontent.com/Donkie/Spoolman/master/.env.example -O .env
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Spoolman"