supress mkdir error
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
grep -qi "com.termux" <<< "$PATH" || { echo "Not a termux Env, Skipping..."; exit; }
|
||||
|
||||
mkdir -p "${HOME}/.config/pip" /dev/null 2>&1
|
||||
mkdir -p "${HOME}/.config/pip" > /dev/null 2>&1
|
||||
|
||||
echo -e '[global]\nextra-index-url = https://termux-user-repository.github.io/pypi/' > "${HOME}/.config/pip.conf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user