mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
Update calibre-server-install.sh
This commit is contained in:
parent
e917703ba6
commit
0433fd66bc
@ -24,9 +24,7 @@ $STD apt-get install -y \
|
|||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Calibre"
|
msg_info "Installing Calibre"
|
||||||
# If your container runs as root, you generally do not need to prefix with `sudo`.
|
$STD bash -c "$(curl -fsSL https://download.calibre-ebook.com/linux-installer.sh)"
|
||||||
# The official Calibre instructions:
|
|
||||||
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
|
useradd -c "Calibre Server" -d /opt/calibre -s /bin/bash -m calibre
|
||||||
mkdir -p /opt/calibre/calibre-library
|
mkdir -p /opt/calibre/calibre-library
|
||||||
chown -R calibre:calibre /opt/calibre
|
chown -R calibre:calibre /opt/calibre
|
||||||
|
Loading…
Reference in New Issue
Block a user