[Standardization] Fix Spelling for "Setup Python3" (#1975)

* Harmonize Naming Python3 (fix missing)

* Harmonize Naming Python3 (fix missing)
This commit is contained in:
CanbiZ
2025-02-03 11:57:17 +01:00
committed by GitHub
parent 99e04e1ded
commit 55c1f2f3dc
5 changed files with 10 additions and 10 deletions

View File

@ -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