Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 30, 2026
1 parent 440e7b7 commit 41aabc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export UV_NATIVE_TLS=true
# 1. Prepare Directory
mkdir -p "$APP_DIR"
umask $UMASK
#chown $(OWNER):$(GROUP) "$APP_DIR"
#chown $OWNER:$GROUP "$APP_DIR"
cd "$APP_DIR"

# 2. Initialize project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "Installing/Updating uv to version $UV_VERSION in $BASE_DIR..."
# 1. Create Directory Structure
umask $UMASK
mkdir -p "$BASE_DIR/$UV_VERSION" "$CACHE_DIR" "$PYTHON_INST_DIR" "$BIN_DIR"
chown -R $(OWNER):$(GROUP) "$BASE_DIR"
# chown -R $OWNER:$GROUP "$BASE_DIR"

# 2. Download and Extract uv
TEMP_DIR=$(mktemp -d)
Expand Down

0 comments on commit 41aabc1

Please sign in to comment.