1
0
mirror of https://github.com/searx/searx synced 2024-12-13 01:07:14 +01:00
searx/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>
2020-02-23 12:10:45 +01:00
..
templates searx.sh: install settings at /etc/searx/settings.yml 2020-02-17 18:58:59 +01:00
fabfile.py
fetch_currencies.py
fetch_firefox_version.py
fetch_languages.py
filtron.sh LXC: normalize package installation & user creation. 2020-02-23 12:10:45 +01:00
google_search.py
lib.sh LXC: normalize package installation & user creation. 2020-02-23 12:10:45 +01:00
lxc.sh LXC: normalize package installation & user creation. 2020-02-23 12:10:45 +01:00
makefile.include boilerplate: add inital Makefile with run & install targets 2019-11-28 19:54:57 +01:00
makefile.python upload-pypi: twine is needed to upload to PyPi 'make upload-pypi' 2020-02-05 15:26:57 +01:00
makefile.sphinx makefile.sphinx: fix gh-pages / pull before add commits 2019-12-22 23:28:07 +01:00
morty.sh LXC: normalize package installation & user creation. 2020-02-23 12:10:45 +01:00
searx.sh LXC: normalize package installation & user creation. 2020-02-23 12:10:45 +01:00
standalone_searx.py Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes accordingly. 2019-07-17 09:05:29 +02:00
update-translations.sh