README.md 482 Bytes
Newer Older
1

2
The main purpose of any play.d script is to download and to install a package.
3

4
Allowed variables:
5 6
* $DISTRVENDOR (distro_info utility) (legacy, use epm print info instead of)
* $SUDO (will filled with 'sudo' command when running without root privilegies
7

8
Allowed commands:
9
* epm (run the same epm called from)
10
* epm print info (instead of $DISTRVENDOR)
11 12
* epm tool eget (wget like utility)
* epm tool estrlist (string operations)
13

14 15 16
See any file for
. $(dirname $0)/common.sh
using
17