diff --git a/tools/ubuntu_setup.sh b/tools/ubuntu_setup.sh index c15218ade6..28452760f7 100755 --- a/tools/ubuntu_setup.sh +++ b/tools/ubuntu_setup.sh @@ -14,6 +14,7 @@ sudo apt-get update && sudo apt-get install -y --no-install-recommends \ curl \ ffmpeg \ git \ + git-lfs \ libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libavresample-dev libavfilter-dev \ libarchive-dev \ libbz2-dev \ @@ -59,12 +60,6 @@ sudo apt-get update && sudo apt-get install -y --no-install-recommends \ libqt5x11extras5-dev \ libreadline-dev -# install git lfs -if ! command -v "git-lfs" > /dev/null 2>&1; then - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash - sudo apt-get install git-lfs -fi - # install pyenv if ! command -v "pyenv" > /dev/null 2>&1; then curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash