1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-10 03:12:53 +00:00

update directory setup and static files

This commit is contained in:
Kyle Glaws
2023-03-10 14:22:21 -05:00
parent 62478febd1
commit 2b656eacb7
7 changed files with 50 additions and 39 deletions

View File

@ -11,6 +11,12 @@ make install
install -dm755 /usr/share/doc/python-3.10.6/html
cat > /etc/pip.conf << EOF
[global]
root-user-action = ignore
disable-pip-version-check = true
EOF
tar --strip-components=1 \
--no-same-owner \
--no-same-permissions \