mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
cli: add ppman spec
command
This commit is contained in:
parent
d68a1d67c8
commit
1fcb7604d7
7 changed files with 308 additions and 1 deletions
14
public.pps
Executable file
14
public.pps
Executable 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.*
|
Loading…
Add table
Add a link
Reference in a new issue