dev: fix owner:group for /home/altlinux/*

This commit is contained in:
Anton Midyukov 2022-01-14 12:26:49 +07:00
parent 7bd1eb42b2
commit 9182ee3ef9

View File

@ -109,6 +109,9 @@ export GCC_USE_CCACHE=1
mkdir -p "$WORKDIR"
EOF
# fix owner:group
chown $USER:$USER -R "$HOME"
# online repo needs network not isolation
echo "export share_network=1" >> /etc/profile.d/hasher.sh
chmod +x /etc/profile.d/hasher.sh