scrips: setup-host: install git-lfs from debian repos directly

Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
This commit is contained in:
Christoph Heiss 2024-09-26 09:28:58 +02:00
parent ef86300bd3
commit a096958748
Signed by: christoph.heiss
GPG key ID: 1538094429952F86

View file

@ -8,10 +8,7 @@ if [ "$EUID" -ne 0 ]
fi
apt-get update
apt-get install curl -y
# git-lfs
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
apt-get install curl git-lfs -y
dpkg --add-architecture armhf
apt-get update && apt-get upgrade -y