This commit is contained in:
2026-06-18 20:56:55 +02:00
parent e8a03fc16d
commit b5c6daa8b2
+4 -3
View File
@@ -46,12 +46,13 @@ echo "pixi install"
echo "copy owner group from level above"
group=$(stat -c '%g' ..)
echo "=> group ID: $group"
chgrp -R "$group" .
#echo "copy permissions from owner to owner group"
#chmod -R g=u .
echo "copy permissions from owner to owner group"
chmod -R g=u .
#"$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs"
"$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs"
# git add .gitattributes .gitignore pixi.lock pixi.toml