Add script for fetch python

This commit is contained in:
oleg.korshul
2025-12-21 17:03:55 +03:00
parent 38a3863213
commit 763dea4889

12
tools/linux/python.sh Executable file
View File

@ -0,0 +1,12 @@
#!/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
rm ./extract.sh
rm ./python3.tar.gz