You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/utils
Markus Heiser 5fb6d4f508 LXC: normalize package installation & user creation.
utils/lib.sh:
- get DIST_ID & DIST_VERSION from /etc/os-release
- pkg_[install|remove|...] supports ubuntu, debian, archlinux & fedora

utils/lxc.sh
- Workaround for the "setrlimit(RLIMIT_CORE): Operation not permitted" error::
    'Set disable_coredump false' >> /etc/sudo.conf

utils/[searx.sh|filtron.sh|morty.sh]
- switched user creation from 'adduser' perl script to 'useradd' built-in
  command

utils/searx.sh
- install packages for ubuntu, debian, archlinux & fedora

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
5 years ago
..
templates
fabfile.py
fetch_currencies.py
fetch_firefox_version.py
fetch_languages.py
filtron.sh LXC: normalize package installation & user creation. 5 years ago
google_search.py
lib.sh LXC: normalize package installation & user creation. 5 years ago
lxc.sh LXC: normalize package installation & user creation. 5 years ago
makefile.include
makefile.python
makefile.sphinx
morty.sh LXC: normalize package installation & user creation. 5 years ago
searx.sh LXC: normalize package installation & user creation. 5 years ago
standalone_searx.py
update-translations.sh