Commit 9182ee3e authored by Anton Midyukov's avatar Anton Midyukov

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

parent 7bd1eb42
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment