Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/core/debian-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Core deps installer

apt-get update
apt-get install -y git curl ca-certificates iproute2
apt-get install -y git curl ca-certificates iproute2 git-lfs
git-lfs install

rm -rf /var/lib/apt/lists/*

Expand Down
3 changes: 2 additions & 1 deletion bin/periphery/debian-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Periphery deps installer

apt-get update
apt-get install -y git curl wget ca-certificates
apt-get install -y git git-lfs curl wget ca-certificates
git-lfs install

install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
Expand Down