AppImage build.sh: update to py 3.9.1 & olm 3.2.2

This commit is contained in:
miruka 2021-03-01 06:42:04 -04:00
parent 92c49140e7
commit 86f247d5cc

View File

@ -89,18 +89,16 @@ install_python() {
export PYTHON_CONFIGURE_OPTS='--enable-shared --enable-optimizations --with-lto' export PYTHON_CONFIGURE_OPTS='--enable-shared --enable-optimizations --with-lto'
pyenv update pyenv update
pyenv install --verbose --skip-existing 3.8.2 pyenv install --verbose --skip-existing 3.9.1
pyenv global 3.8.2 pyenv global 3.9.1
} }
install_olm() { install_olm() {
cd ~ cd ~
if ! [ -f olm-master.tar.gz ]; then rm -rf olm-master.tar.gz olm-master
wget 'https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.gz' wget 'https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.gz'
fi
tar xf olm-master.tar.gz tar xf olm-master.tar.gz
cd olm-master cd olm-master