This commit is contained in:
2026-06-18 22:46:32 +02:00
parent af0a725e72
commit cf6af90ab4
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -52,13 +52,9 @@ echo "pixi install"
#echo "copy permissions from owner to owner group"
#chmod -R g=u .pixi
echo "symlinking $PWD/.pixi/envs $PWD/../../envs"
ls -la "$PWD/.pixi/envs"
ls -la "$PWD/../"
ls -la "$PWD/../../"
"$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs"
echo "setup.sh done"
echo "setup.sh done 🚀"
# git add .gitattributes .gitignore pixi.lock pixi.toml
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
set -xeuo pipefail
set -euo pipefail
function symlink() {