From 0ce45140c760896ee1d0c74f43f18991c4e14334 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:29:55 +0100 Subject: [PATCH] fix space in calbre script --- 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 c9396f30..fa2916f8 100644 --- a/install/calibre-server-install.sh +++ b/install/calibre-server-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y \ +$STD apt-get install -y \ sudo \ curl \ mc \