scrips: setup-host: install git-lfs from debian repos directly
Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
This commit is contained in:
parent
ef86300bd3
commit
a096958748
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Reference in a new issue