From f903cfd97a54e643227824e0f0f150c24a6e2455 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:49:53 +0100 Subject: [PATCH] [Standardization] Fix Spelling for "Setup Python3" (#1810) --- install/bazarr-install.sh | 4 ++-- install/changedetection-install.sh | 4 ++-- install/deluge-install.sh | 4 ++-- install/esphome-install.sh | 4 ++-- install/frigate-install.sh | 4 ++-- install/homeassistant-core-install.sh | 2 +- install/homeassistant-install.sh | 4 ++-- install/motioneye-install.sh | 4 ++-- install/mylar3-install.sh | 4 ++-- install/octoprint-install.sh | 4 ++-- install/sabnzbd-install.sh | 4 ++-- install/tandoor-install.sh | 4 ++-- install/tautulli-install.sh | 4 ++-- install/whoogle-install.sh | 4 ++-- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/install/bazarr-install.sh b/install/bazarr-install.sh index 94cb09256..e7ee817a0 100755 --- a/install/bazarr-install.sh +++ b/install/bazarr-install.sh @@ -19,13 +19,13 @@ $STD apt-get install -y sudo $STD apt-get install -y mc msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ python3-pip rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Installing Bazarr" mkdir -p /var/lib/bazarr/ diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh index 99aa077c7..001c94040 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -47,13 +47,13 @@ $STD apt-get install -y \ gnupg msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ python3-pip rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Setting up Node.js Repository" mkdir -p /etc/apt/keyrings diff --git a/install/deluge-install.sh b/install/deluge-install.sh index 5a83ccb6e..fcb55dafe 100644 --- a/install/deluge-install.sh +++ b/install/deluge-install.sh @@ -20,13 +20,13 @@ $STD apt-get install -y mc $STD apt-get install -y python3-libtorrent msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ python3-pip rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Installing Deluge" $STD pip install deluge[all] diff --git a/install/esphome-install.sh b/install/esphome-install.sh index 91295ed83..4c2c8bdf4 100644 --- a/install/esphome-install.sh +++ b/install/esphome-install.sh @@ -20,14 +20,14 @@ $STD apt-get install -y mc $STD apt-get install -y git msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ python3-pip \ python3-venv rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Installing ESPHome" mkdir /root/config diff --git a/install/frigate-install.sh b/install/frigate-install.sh index c42814e57..5023324f2 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -18,10 +18,10 @@ msg_info "Installing Dependencies (Patience)" $STD apt-get install -y {curl,sudo,mc,git,gpg,ca-certificates,automake,build-essential,xz-utils,libtool,ccache,pkg-config,libgtk-3-dev,libavcodec-dev,libavformat-dev,libswscale-dev,libv4l-dev,libxvidcore-dev,libx264-dev,libjpeg-dev,libpng-dev,libtiff-dev,gfortran,openexr,libatlas-base-dev,libssl-dev,libtbb2,libtbb-dev,libdc1394-22-dev,libopenexr-dev,libgstreamer-plugins-base1.0-dev,libgstreamer1.0-dev,gcc,gfortran,libopenblas-dev,liblapack-dev,libusb-1.0-0-dev,jq,moreutils} msg_ok "Installed Dependencies" -msg_info "Installing Python3 Dependencies" +msg_info "Setup Python3" $STD apt-get install -y {python3,python3-dev,python3-setuptools,python3-distutils,python3-pip} $STD pip install --upgrade pip -msg_ok "Installed Python3 Dependencies" +msg_ok "Setup Python3" msg_info "Installing Node.js" mkdir -p /etc/apt/keyrings diff --git a/install/homeassistant-core-install.sh b/install/homeassistant-core-install.sh index 5c27c4aee..8e05252cd 100644 --- a/install/homeassistant-core-install.sh +++ b/install/homeassistant-core-install.sh @@ -49,7 +49,7 @@ $STD apt-get install -y \ pkg-config msg_ok "Installed Dependencies" -msg_info "Setup Python3/pip" +msg_info "Setup Python3" $STD apt-get update $STD rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED $STD apt-get remove --purge -y python3.12 python3.12-dev python3.12-venv diff --git a/install/homeassistant-install.sh b/install/homeassistant-install.sh index e0cfd3e17..02b612597 100644 --- a/install/homeassistant-install.sh +++ b/install/homeassistant-install.sh @@ -19,14 +19,14 @@ $STD apt-get install -y sudo $STD apt-get install -y mc msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ python3-pip \ python3-venv rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Installing runlike" $STD pip install runlike diff --git a/install/motioneye-install.sh b/install/motioneye-install.sh index 71d0c8215..58284becb 100644 --- a/install/motioneye-install.sh +++ b/install/motioneye-install.sh @@ -21,13 +21,13 @@ $STD apt-get install -y git $STD apt-get install -y cifs-utils msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ python3-pip rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Installing Motion" $STD apt-get install -y motion diff --git a/install/mylar3-install.sh b/install/mylar3-install.sh index ac0033ff3..f795decc8 100644 --- a/install/mylar3-install.sh +++ b/install/mylar3-install.sh @@ -26,11 +26,11 @@ $STD apt-get install -y unrar rm /etc/apt/sources.list.d/non-free.list msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y python3-pip rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED $STD pip install -U --no-cache-dir pip -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Installing ${APPLICATION}" mkdir -p /opt/mylar3 diff --git a/install/octoprint-install.sh b/install/octoprint-install.sh index d1091ac9b..2ff3bdd46 100644 --- a/install/octoprint-install.sh +++ b/install/octoprint-install.sh @@ -22,7 +22,7 @@ $STD apt-get install -y libyaml-dev $STD apt-get install -y build-essential msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ @@ -31,7 +31,7 @@ $STD apt-get install -y \ $STD apt-get install -y python3-setuptools rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Creating user octoprint" useradd -m -s /bin/bash -p $(openssl passwd -1 octoprint) octoprint diff --git a/install/sabnzbd-install.sh b/install/sabnzbd-install.sh index 94a0a0aff..5aca30d50 100644 --- a/install/sabnzbd-install.sh +++ b/install/sabnzbd-install.sh @@ -27,13 +27,13 @@ $STD apt-get install -y unrar rm /etc/apt/sources.list.d/non-free.list msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3-dev \ python3-pip $STD apt-get install -y python3-setuptools rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Installing SABnzbd" RELEASE=$(curl -s https://api.github.com/repos/sabnzbd/sabnzbd/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') diff --git a/install/tandoor-install.sh b/install/tandoor-install.sh index 779b14e94..581f8c38b 100644 --- a/install/tandoor-install.sh +++ b/install/tandoor-install.sh @@ -32,14 +32,14 @@ $STD apt-get install -y --no-install-recommends \ mc msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ python3-setuptools \ python3-pip rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Setting up Node.js Repository" mkdir -p /etc/apt/keyrings diff --git a/install/tautulli-install.sh b/install/tautulli-install.sh index 87bc14eeb..42ad4dccf 100644 --- a/install/tautulli-install.sh +++ b/install/tautulli-install.sh @@ -21,13 +21,13 @@ $STD apt-get install -y git $STD apt-get install -y pip msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ python3-pip rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Installing Tautulli" cd /opt diff --git a/install/whoogle-install.sh b/install/whoogle-install.sh index 00121f1c5..64886a111 100644 --- a/install/whoogle-install.sh +++ b/install/whoogle-install.sh @@ -19,13 +19,13 @@ $STD apt-get install -y sudo $STD apt-get install -y mc msg_ok "Installed Dependencies" -msg_info "Updating Python3" +msg_info "Setup Python3" $STD apt-get install -y \ python3 \ python3-dev \ python3-pip rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -msg_ok "Updated Python3" +msg_ok "Setup Python3" msg_info "Installing Whoogle" $STD pip install brotli