6 lines
274 B
Bash
6 lines
274 B
Bash
#!/bin/sh
|
|
|
|
wget https://github.com/niess/python-appimage/releases/download/python3.13/python3.13.2-cp313-cp313-manylinux2014_x86_64.AppImage
|
|
chmod +x python3.13.2-cp313-cp313-manylinux2014_x86_64.AppImage
|
|
mv python3.13.2-cp313-cp313-manylinux2014_x86_64.AppImage python3.13
|