update .gitignore automatically
This commit is contained in:
@ -5,10 +5,18 @@ set -euo pipefail
|
||||
|
||||
URL="https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz"
|
||||
|
||||
ARCHIVE=$(basename "$URL")
|
||||
BINARY=$(echo "$ARCHIVE" | cut -d. -f1 | cut -d- -f1)
|
||||
|
||||
|
||||
SCRIPT_PATH=$(dirname "$0")
|
||||
|
||||
"$SCRIPT_PATH/download.sh" "$URL"
|
||||
|
||||
"$SCRIPT_PATH/gitignore.sh" add "$ARCHIVE" || true
|
||||
"$SCRIPT_PATH/gitignore.sh" add "$BINARY" || true
|
||||
|
||||
|
||||
export CONDA_OVERRIDE_GLIBC=2.28
|
||||
|
||||
chmod +x ./pixi
|
||||
|
Reference in New Issue
Block a user