From 179defdd88669dbf7950ebfa741649c2f5da5c8a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:09:47 +0100 Subject: [PATCH] Update calibre-server-install.sh --- install/calibre-server-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/calibre-server-install.sh b/install/calibre-server-install.sh index 28cb7fbb..36e28956 100644 --- a/install/calibre-server-install.sh +++ b/install/calibre-server-install.sh @@ -25,7 +25,7 @@ $STD apt-get install -y \ msg_ok "Installed Dependencies" msg_info "Installing Calibre" -$STD bash -c "$(curl -fsSL https://download.calibre-ebook.com/linux-installer.sh)" +wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin useradd -c "Calibre Server" -d /opt/calibre -s /bin/bash -m calibre mkdir -p /opt/calibre/calibre-library chown -R calibre:calibre /opt/calibre