mirror of
https://github.com/KeithDHedger/LFSPkgBuilds.git
synced 2025-08-05 18:35:15 +00:00
9 lines
182 B
Bash
Executable File
9 lines
182 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
#©keithhedger Sun 4 Jun 13:25:36 BST 2023 kdhedger68713@gmail.com
|
|
|
|
cat > /etc/pip.conf << EOF
|
|
[global]
|
|
root-user-action = ignore
|
|
disable-pip-version-check = true
|
|
EOF |