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
5
5
fi
6
6
7
7
if 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 \
9
9
libpixman-1-dev \
10
10
libcairo2-dev \
11
11
libpango1.0-dev \
12
12
libjpeg-dev \
13
13
libgif-dev \
14
14
librsvg2-dev
15
15
elif command -v brew & > /dev/null; then
16
- brew install git-lfs jq
16
+ brew install jq
17
17
elif command -v dnf & > /dev/null; then
18
- $SUDO dnf install -y git-lfs jq
18
+ $SUDO dnf install -y jq
19
19
else
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"
21
21
exit 1
22
22
fi
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- ./scripts/setup-lfs.sh
3
2
uv tool install pre-commit --with pre-commit-uv
4
3
uv tool install deptry
5
4
uv tool update-shell
You can’t perform that action at this time.
0 commit comments