We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264ff2b commit 3be6e20Copy full SHA for 3be6e20
install/stirling-pdf-install.sh
@@ -32,7 +32,7 @@ msg_ok "Installed Dependencies"
32
PYTHON_VERSION="3.12" setup_uv
33
JAVA_VERSION="21" setup_java
34
35
-read -r -p "${TAB3}Do you want to Stirling-PDF with Login? (no/n = without Login) [Y/n] " response
+read -r -p "${TAB3}Do you want to use Stirling-PDF with Login? (no/n = without Login) [Y/n] " response
36
response=${response,,} # Convert to lowercase
37
login_mode="false"
38
if [[ "$response" == "y" || "$response" == "yes" || -z "$response" ]]; then
0 commit comments