From 55c1f2f3dc8e362d072f97018d481e1d4059c63f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:57:17 +0100 Subject: [PATCH] [Standardization] Fix Spelling for "Setup Python3" (#1975) * Harmonize Naming Python3 (fix missing) * Harmonize Naming Python3 (fix missing) --- install/lazylibrarian-install.sh | 4 ++-- install/metube-install.sh | 4 ++-- install/openwebui-install.sh | 4 ++-- install/paperless-ngx-install.sh | 4 ++-- install/spoolman-install.sh | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/install/lazylibrarian-install.sh b/install/lazylibrarian-install.sh index 014a0400..2121948a 100644 --- a/install/lazylibrarian-install.sh +++ b/install/lazylibrarian-install.sh @@ -26,7 +26,7 @@ $STD apt-get install -y \ imagemagick msg_ok "Installed Dependencies" -msg_info "Installing Python3 Dependencies" +msg_info "Setup Python3" $STD apt-get install -y \ pip \ python3-irc @@ -34,7 +34,7 @@ $STD pip install jaraco.stream $STD pip install python-Levenshtein $STD pip install soupsieve $STD pip install pypdf -msg_ok "Installed Python3 Dependencies" +msg_ok "Setup Python3" msg_info "Installing LazyLibrarian" $STD git clone https://gitlab.com/LazyLibrarian/LazyLibrarian /opt/LazyLibrarian diff --git a/install/metube-install.sh b/install/metube-install.sh index 735c890d..670df567 100644 --- a/install/metube-install.sh +++ b/install/metube-install.sh @@ -33,13 +33,13 @@ $STD apt-get install -y --no-install-recommends \ mc msg_ok "Installed Dependencies" -msg_info "Installing Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ python3-pip \ python3-venv -msg_ok "Installed Python3" +msg_ok "Setup Python3" msg_info "Setting up Node.js Repository" mkdir -p /etc/apt/keyrings diff --git a/install/openwebui-install.sh b/install/openwebui-install.sh index 45490256..c513dd84 100644 --- a/install/openwebui-install.sh +++ b/install/openwebui-install.sh @@ -24,11 +24,11 @@ $STD apt-get install -y \ ffmpeg msg_ok "Installed Dependencies" -msg_info "Installing Python3 Dependencies" +msg_info "Setup Python3" $STD apt-get install -y --no-install-recommends \ python3 \ python3-pip -msg_ok "Installed Python3 Dependencies" +msg_ok "Setup Python3" msg_info "Setting up Node.js Repository" mkdir -p /etc/apt/keyrings diff --git a/install/paperless-ngx-install.sh b/install/paperless-ngx-install.sh index 16c56ead..7adb8c62 100644 --- a/install/paperless-ngx-install.sh +++ b/install/paperless-ngx-install.sh @@ -40,14 +40,14 @@ $STD apt-get install -y \ mc msg_ok "Installed Dependencies" -msg_info "Installing Python3 Dependencies (Patience)" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-pip \ python3-dev \ python3-setuptools \ python3-wheel -msg_ok "Installed Python3 Dependencies" +msg_ok "Setup Python3" msg_info "Installing OCR Dependencies (Patience)" $STD apt-get install -y \ diff --git a/install/spoolman-install.sh b/install/spoolman-install.sh index 38a53c16..80a26949 100644 --- a/install/spoolman-install.sh +++ b/install/spoolman-install.sh @@ -27,13 +27,13 @@ $STD apt-get install -y \ mc msg_ok "Installed Dependencies" -msg_info "Installing Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3-dev \ python3-setuptools \ python3-wheel \ python3-pip -msg_ok "Installed Python3" +msg_ok "Setup Python3" msg_info "Installing Spoolman" RELEASE=$(wget -q https://github.com/Donkie/Spoolman/releases/latest -O - | grep "title>Release" | cut -d " " -f 4)