cli: add ppman spec command

This commit is contained in:
Thomas Hobson 2021-06-13 18:41:01 +12:00
parent d68a1d67c8
commit 1fcb7604d7
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
7 changed files with 308 additions and 1 deletions

14
public.pps Executable file
View file

@ -0,0 +1,14 @@
#!/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.*