NBash
1# Set some internal variables by default
2# can be set with env var EPM_VERBOSE
3#verbose=--verbose
4#quiet=1
5#nodeps=--nodeps
6#noremove=--no-remove
7#dryrun=--dry-run
8#force=--force
9#repack=--repack
10#inscript=1
11#scripts=--scripts
12#noscripts=--noscripts
13#short=--short
14#direct=--direct
15#sort=<arg>
16# can be set with env var EPM_AUTO
17#non_interactive=--auto
18#interactive=--interactive
19#force_yes=--force-yes
20#skip_installed=1
21#skip_missed=1
22#show_command_only=1
23#epm_cmd=
24# warmup repository data before using (actually only for HDD)
25#warmup=1
26
27# Uncomment if you need skip some operations during full-upgrade
28#full_upgrade_no_epm_play=1
29#full_upgrade_no_flatpak=1
30#full_upgrade_no_snap=1
31#full_upgrade_no_kernel_update=1
32#full_upgrade_no_clean=1
33
34# autodetect by default
35#eget_backend=curl
36#eget_backend=wget
37
38# own path for eget ipfs database
39#eget_ipfs_db=/var/lib/eepm/eget-ipfs-db.txt
40