1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-05 19:36:26 +02:00
piston/public.pps
2021-06-13 18:41:01 +12:00

14 lines
246 B
Text
Executable file

#!/usr/bin/env -S piston ppman spec
# Public Piston Packages
# Defines packages to be installed on the public piston installation
# All packages, latest version
* *
# Except python
!python *
# Install python 3.* and 2.*
python 3.*
python 2.*