Skip to content

Commit f903cfd

Browse files
authored
[Standardization] Fix Spelling for "Setup Python3" (#1810)
1 parent 901db73 commit f903cfd

14 files changed

+27
-27
lines changed

install/bazarr-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ $STD apt-get install -y sudo
1919
$STD apt-get install -y mc
2020
msg_ok "Installed Dependencies"
2121

22-
msg_info "Updating Python3"
22+
msg_info "Setup Python3"
2323
$STD apt-get install -y \
2424
python3 \
2525
python3-dev \
2626
python3-pip
2727
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
28-
msg_ok "Updated Python3"
28+
msg_ok "Setup Python3"
2929

3030
msg_info "Installing Bazarr"
3131
mkdir -p /var/lib/bazarr/

install/changedetection-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ $STD apt-get install -y \
4747
gnupg
4848
msg_ok "Installed Dependencies"
4949

50-
msg_info "Updating Python3"
50+
msg_info "Setup Python3"
5151
$STD apt-get install -y \
5252
python3 \
5353
python3-dev \
5454
python3-pip
5555
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
56-
msg_ok "Updated Python3"
56+
msg_ok "Setup Python3"
5757

5858
msg_info "Setting up Node.js Repository"
5959
mkdir -p /etc/apt/keyrings

install/deluge-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ $STD apt-get install -y mc
2020
$STD apt-get install -y python3-libtorrent
2121
msg_ok "Installed Dependencies"
2222

23-
msg_info "Updating Python3"
23+
msg_info "Setup Python3"
2424
$STD apt-get install -y \
2525
python3 \
2626
python3-dev \
2727
python3-pip
2828
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
29-
msg_ok "Updated Python3"
29+
msg_ok "Setup Python3"
3030

3131
msg_info "Installing Deluge"
3232
$STD pip install deluge[all]

install/esphome-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ $STD apt-get install -y mc
2020
$STD apt-get install -y git
2121
msg_ok "Installed Dependencies"
2222

23-
msg_info "Updating Python3"
23+
msg_info "Setup Python3"
2424
$STD apt-get install -y \
2525
python3 \
2626
python3-dev \
2727
python3-pip \
2828
python3-venv
2929
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
30-
msg_ok "Updated Python3"
30+
msg_ok "Setup Python3"
3131

3232
msg_info "Installing ESPHome"
3333
mkdir /root/config

install/frigate-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ msg_info "Installing Dependencies (Patience)"
1818
$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}
1919
msg_ok "Installed Dependencies"
2020

21-
msg_info "Installing Python3 Dependencies"
21+
msg_info "Setup Python3"
2222
$STD apt-get install -y {python3,python3-dev,python3-setuptools,python3-distutils,python3-pip}
2323
$STD pip install --upgrade pip
24-
msg_ok "Installed Python3 Dependencies"
24+
msg_ok "Setup Python3"
2525

2626
msg_info "Installing Node.js"
2727
mkdir -p /etc/apt/keyrings

install/homeassistant-core-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $STD apt-get install -y \
4949
pkg-config
5050
msg_ok "Installed Dependencies"
5151

52-
msg_info "Setup Python3/pip"
52+
msg_info "Setup Python3"
5353
$STD apt-get update
5454
$STD rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
5555
$STD apt-get remove --purge -y python3.12 python3.12-dev python3.12-venv

install/homeassistant-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ $STD apt-get install -y sudo
1919
$STD apt-get install -y mc
2020
msg_ok "Installed Dependencies"
2121

22-
msg_info "Updating Python3"
22+
msg_info "Setup Python3"
2323
$STD apt-get install -y \
2424
python3 \
2525
python3-dev \
2626
python3-pip \
2727
python3-venv
2828
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
29-
msg_ok "Updated Python3"
29+
msg_ok "Setup Python3"
3030

3131
msg_info "Installing runlike"
3232
$STD pip install runlike

install/motioneye-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ $STD apt-get install -y git
2121
$STD apt-get install -y cifs-utils
2222
msg_ok "Installed Dependencies"
2323

24-
msg_info "Updating Python3"
24+
msg_info "Setup Python3"
2525
$STD apt-get install -y \
2626
python3 \
2727
python3-dev \
2828
python3-pip
2929
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
30-
msg_ok "Updated Python3"
30+
msg_ok "Setup Python3"
3131

3232
msg_info "Installing Motion"
3333
$STD apt-get install -y motion

install/mylar3-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ $STD apt-get install -y unrar
2626
rm /etc/apt/sources.list.d/non-free.list
2727
msg_ok "Installed Dependencies"
2828

29-
msg_info "Updating Python3"
29+
msg_info "Setup Python3"
3030
$STD apt-get install -y python3-pip
3131
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
3232
$STD pip install -U --no-cache-dir pip
33-
msg_ok "Updated Python3"
33+
msg_ok "Setup Python3"
3434

3535
msg_info "Installing ${APPLICATION}"
3636
mkdir -p /opt/mylar3

install/octoprint-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $STD apt-get install -y libyaml-dev
2222
$STD apt-get install -y build-essential
2323
msg_ok "Installed Dependencies"
2424

25-
msg_info "Updating Python3"
25+
msg_info "Setup Python3"
2626
$STD apt-get install -y \
2727
python3 \
2828
python3-dev \
@@ -31,7 +31,7 @@ $STD apt-get install -y \
3131

3232
$STD apt-get install -y python3-setuptools
3333
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
34-
msg_ok "Updated Python3"
34+
msg_ok "Setup Python3"
3535

3636
msg_info "Creating user octoprint"
3737
useradd -m -s /bin/bash -p $(openssl passwd -1 octoprint) octoprint

0 commit comments

Comments
 (0)