Skip to content

Commit ece8eba

Browse files
authored
Remove git-lfs from script dependencies (#60)
This reverts #47
1 parent 03a5f3c commit ece8eba

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 git-lfs"
20+
GIT_DEPS="git"
2121
SDK_DEPS="cmake gcc-arm-none-eabi gcc g++ ninja-build"
2222
OPENOCD_DEPS="gdb-multiarch automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev libjim-dev pkg-config libgpiod-dev"
2323
UART_DEPS="minicom"

0 commit comments

Comments
 (0)