Skip to content

Commit 6f42b03

Browse files
committed
Continue clean up
1 parent 9b02547 commit 6f42b03

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

scripts/install-deps.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ if command -v sudo &> /dev/null; then
55
fi
66

77
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 \
99
libpixman-1-dev \
1010
libcairo2-dev \
1111
libpango1.0-dev \
1212
libjpeg-dev \
1313
libgif-dev \
1414
librsvg2-dev
1515
elif command -v brew &> /dev/null; then
16-
brew install git-lfs jq
16+
brew install jq
1717
elif command -v dnf &> /dev/null; then
18-
$SUDO dnf install -y git-lfs jq
18+
$SUDO dnf install -y jq
1919
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"
2121
exit 1
2222
fi

scripts/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
./scripts/setup-lfs.sh
32
uv tool install pre-commit --with pre-commit-uv
43
uv tool install deptry
54
uv tool update-shell

0 commit comments

Comments
 (0)