mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 10:55:10 +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_info "Installing Calibre"
|
||||
# If your container runs as root, you generally do not need to prefix with `sudo`.
|
||||
# The official Calibre instructions:
|
||||
wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin
|
||||
$STD bash -c "$(curl -fsSL https://download.calibre-ebook.com/linux-installer.sh)"
|
||||
useradd -c "Calibre Server" -d /opt/calibre -s /bin/bash -m calibre
|
||||
mkdir -p /opt/calibre/calibre-library
|
||||
chown -R calibre:calibre /opt/calibre
|
||||
@ -58,4 +56,4 @@ msg_info "Cleaning up"
|
||||
$STD apt-get -y autoremove
|
||||
$STD apt-get -y autoclean
|
||||
msg_ok "Cleaned"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user