Port Calibre-Web to ARM64

This commit is contained in:
Sam Heinz
2024-04-25 11:31:36 +10:00
parent cb4ddb5b5f
commit 68fb4e100d
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -19,10 +19,12 @@ $STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y imagemagick
$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing Python Dependencies"
$STD apt-get -y install python3-pip
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Python Dependencies"
msg_info "Installing Kepubify"