|
|
@ -14,6 +14,7 @@ sudo apt-get update && sudo apt-get install -y --no-install-recommends \ |
|
|
|
curl \ |
|
|
|
curl \ |
|
|
|
ffmpeg \ |
|
|
|
ffmpeg \ |
|
|
|
git \ |
|
|
|
git \ |
|
|
|
|
|
|
|
git-lfs \ |
|
|
|
libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libavresample-dev libavfilter-dev \ |
|
|
|
libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libavresample-dev libavfilter-dev \ |
|
|
|
libarchive-dev \ |
|
|
|
libarchive-dev \ |
|
|
|
libbz2-dev \ |
|
|
|
libbz2-dev \ |
|
|
@ -59,12 +60,6 @@ sudo apt-get update && sudo apt-get install -y --no-install-recommends \ |
|
|
|
libqt5x11extras5-dev \ |
|
|
|
libqt5x11extras5-dev \ |
|
|
|
libreadline-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 |
|
|
|
# install pyenv |
|
|
|
if ! command -v "pyenv" > /dev/null 2>&1; then |
|
|
|
if ! command -v "pyenv" > /dev/null 2>&1; then |
|
|
|
curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash |
|
|
|
curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash |
|
|
|