Files
build_tools/tools/linux/python.sh
oleg.korshul 055ff85f68 Fix typo
2025-12-21 18:46:25 +03:00

17 lines
335 B
Bash
Executable File

#!/bin/bash
wget https://github.com/ONLYOFFICE-data/build_tools_data/raw/refs/heads/master/python/python3.tar.gz
wget https://github.com/ONLYOFFICE-data/build_tools_data/raw/refs/heads/master/python/extract.sh
chmod +x ./extract.sh
./extract.sh
cd ./python3/bin
ln -s python3 python
cd ../../
rm ./extract.sh
rm ./python3.tar.gz