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.*