diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index c414449..ee8529b 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -10,8 +10,8 @@ echo "Destination: $DESTINATION_DIR" # URL="https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz" URL="https://gitea.psi.ch/python/pixi/releases/download/latest/pixi-x86_64-unknown-linux-musl.tar.gz" -ARCHIVE=$(basename "$URL") -BINARY=$(echo "$ARCHIVE" | cut -d. -f1 | cut -d- -f1) +#ARCHIVE=$(basename "$URL") +#BINARY=$(echo "$ARCHIVE" | cut -d. -f1 | cut -d- -f1) SCRIPT_PATH=$(dirname "$0") @@ -19,8 +19,8 @@ echo "Script path: $SCRIPT_PATH" "$SCRIPT_PATH/download.sh" "$URL" -"$SCRIPT_PATH/gitignore.sh" add "$ARCHIVE" || true -"$SCRIPT_PATH/gitignore.sh" add "$BINARY" || true +#"$SCRIPT_PATH/gitignore.sh" add "$ARCHIVE" || true +#"$SCRIPT_PATH/gitignore.sh" add "$BINARY" || true # git config user.name "GFA AutoDeploy"