From a0969587481b7458455304b729e5fab628c94d77 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Thu, 26 Sep 2024 09:28:58 +0200 Subject: [PATCH] scrips: setup-host: install git-lfs from debian repos directly Signed-off-by: Christoph Heiss --- scripts/setup-host.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/setup-host.sh b/scripts/setup-host.sh index 477c897..8adb0e4 100755 --- a/scripts/setup-host.sh +++ b/scripts/setup-host.sh @@ -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