mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-25 10:06:18 +00:00
Update calibre-server-install.sh
This commit is contained in:
parent
da071d800b
commit
179defdd88
@ -25,7 +25,7 @@ $STD apt-get install -y \
|
|||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Calibre"
|
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
|
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