File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ if command -v sudo &> /dev/null; then
55fi
66
77if command -v apt & > /dev/null; then
8- $SUDO apt update && $SUDO apt install -y git-lfs jq \
8+ $SUDO apt update && $SUDO apt install -y jq \
99 libpixman-1-dev \
1010 libcairo2-dev \
1111 libpango1.0-dev \
1212 libjpeg-dev \
1313 libgif-dev \
1414 librsvg2-dev
1515elif command -v brew & > /dev/null; then
16- brew install git-lfs jq
16+ brew install jq
1717elif command -v dnf & > /dev/null; then
18- $SUDO dnf install -y git-lfs jq
18+ $SUDO dnf install -y jq
1919else
20- echo " Error: Could not find package manager to install git-lfs and jq"
20+ echo " Error: Could not find package manager to install jq"
2121 exit 1
2222fi
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- ./scripts/setup-lfs.sh
32uv tool install pre-commit --with pre-commit-uv
43uv tool install deptry
54uv tool update-shell
You can’t perform that action at this time.
0 commit comments