summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-18 22:26:07 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-18 22:26:07 +0900
commit443d65d94d0e255c19c6d4fb74c6399c42bb78ff (patch)
treec3e10dad8e28dacf0d6986189cc2ffca5ae5731a /static
parent34ce9256d044011d9cc56b1a65ba2c1e84a56b7b (diff)
Init
Diffstat (limited to 'static')
-rwxr-xr-xstatic/thesiah.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 0d9b83a..6a7cd75 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -198,7 +198,7 @@ pipinstall() {
--infobox "Installing the Python package \`$1\` ($n of $total). $1 $2" 9 70
[ -x "$(command -v "pip")" ] || installpkg python-pip >/dev/null 2>&1
[ -x "$(command -v "pipx")" ] || installpkg python-pipx >/dev/null 2>&1
- yes | pip install "$1" || yes | pipx install "$1"
+ yes | pip install "$1" >/dev/null 2>&1 || yes | pipx install "$1" >/dev/null 2>&1
}
# runit