From b14a33ffac4015fc14918300bdbfe833d869f8e9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 11 Sep 2024 13:23:48 -0400 Subject: [PATCH] Update spoolman-install.sh fix `.env` path --- 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 dc2bc31d..d4d69da3 100644 --- a/install/spoolman-install.sh +++ b/install/spoolman-install.sh @@ -44,7 +44,7 @@ unzip -q spoolman.zip -d spoolman rm -rf spoolman.zip cd 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"