This commit is contained in:
2026-06-18 22:38:33 +02:00
parent d50564732f
commit fb03c76526
2 changed files with 2 additions and 3 deletions
+1 -3
View File
@@ -56,9 +56,7 @@ 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"
rm "$PWD/../../envs"
#ln -s "$PWD/.pixi/envs" "$PWD/../../envs"
"$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs"
echo "setup.sh done"
+1
View File
@@ -8,6 +8,7 @@ function symlink() {
local link="$2"
local arrow="$link -> $target"
echo "Creating symlink ($arrow) ..."
local current_target
current_target=$(readlink "$link")