Revert "Add wget and openssh dependencies"

This reverts commit d729c3e272.
This commit is contained in:
Sam Heinz
2025-01-08 00:14:00 +10:00
parent 07263fd421
commit 3c79128e8e
201 changed files with 194 additions and 797 deletions
+3 -11
View File
@@ -29,26 +29,20 @@ $STD apt-get install -y \
g++ \
unpaper \
qpdf \
poppler-utils \
openssh-server \
wget
poppler-utils
msg_ok "Installed Dependencies"
msg_info "Installing LibreOffice Components"
$STD apt-get install -y \
libreoffice-writer \
libreoffice-calc \
libreoffice-impress \
openssh-server \
wget
libreoffice-impress
msg_ok "Installed LibreOffice Components"
msg_info "Installing Python Dependencies"
$STD apt-get install -y \
python3 \
python3-pip \
openssh-server \
wget
python3-pip
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
$STD pip3 install \
uno \
@@ -77,8 +71,6 @@ msg_ok "Installed JBIG2"
msg_info "Installing Language Packs (Patience)"
$STD apt-get install -y 'tesseract-ocr-*'
$STD apt-get install -y openssh-server
$STD apt-get install -y wget
msg_ok "Installed Language Packs"
msg_info "Installing Stirling-PDF (Additional Patience)"