Skip to content

Commit e518c53

Browse files
authored
Add git-lfs to script dependencies (#47)
Fixes #44
1 parent 1a9a53e commit e518c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pico_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ JNUM=4
1717
OUTDIR="$(pwd)/pico"
1818

1919
# Install dependencies
20-
GIT_DEPS="git"
20+
GIT_DEPS="git git-lfs"
2121
SDK_DEPS="cmake gcc-arm-none-eabi gcc g++"
2222
OPENOCD_DEPS="gdb-multiarch automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev"
2323
VSCODE_DEPS="code"

0 commit comments

Comments
 (0)