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