Files
2023-07-13 17:25:33 +01:00

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