summaryrefslogtreecommitdiff
path: root/utils/lib.sh
AgeCommit message (Expand)Author
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-07-30[utils/searxng.sh] implement new script to install SearXNGMarkus Heiser
2022-04-11don't reinstall existing packages on archJabster28
2021-11-16[fix] filtron & morty - install golang binary that fits to arch & osMarkus Heiser
2021-09-17[mod] utils/lib.sh: add pyenv.activateAlexandre Flament
2021-08-20[fix] utils/searx.sh install settings - do not eval the templateMarkus Heiser
2021-07-21[mod] load .config.sh from installation (utils/lib_install.sh)Markus Heiser
2021-07-21[mod] make pyenv.OK() less verbose when pyenv is OKMarkus Heiser
2021-07-03[fix] pacman --noprogressbar in shell scriptsMarkus Heiser
2021-07-03[fix] utils/lib.sh: in a pipe, do not print ASCII escape codeMarkus Heiser
2021-06-27[fix] utils/lib.sh: prefix_stdout show cursor (ANSI escape \e[?25h)Markus Heiser
2021-04-28[fix] typo: 'interactiv' --> 'interactive'Markus Heiser
2021-04-25[brand] searxng -- fix links to issue tracker & WEB-GUIMarkus Heiser
2021-04-23[enh] utils/lib.sh - commands to build Sphinx-doc & deploy gh-pagesMarkus Heiser
2021-04-23[enh] utils/lib.sh - commands pyenv, pyenv.drop pyenv.(un)installMarkus Heiser
2021-01-02[fix] remove Ubuntu 19.10 from the LXC suite (EOL)Markus Heiser
2020-12-26[mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-envMarkus Heiser
2020-12-26[fix] utils/lib.sh: various typos in messages and commentsMarkus Heiser
2020-12-18[fix] yum installation of 'Development Tools'Markus Heiser
2020-12-18[mod] remove obsolete virtualenv commandMarkus Heiser
2020-09-28[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fi...Alexandre Flament
2020-08-01Utility scripts adapted to run on CentOS 7 (#2112)Eliesemoule
2020-04-22[fix] old images need an initial 'apt update'Markus Heiser
2020-04-13tooling box: added nginx + polished bash scripts and environmentMarkus Heiser
2020-04-11nginx: normalize installation (docs and script)s over all distrosMarkus Heiser
2020-04-10bash scripts: source code cleaned up (shellcheck)Markus Heiser
2020-04-08Changes from the installation tests on (all) LXC containers.Markus Heiser
2020-04-07apache: normalize installation (docs and script)s over all distrosMarkus Heiser
2020-04-06docs: rework of chapter "Install with apache"Markus Heiser
2020-04-05[fix] creation of /.lxcenv in containersMarkus Heiser
2020-04-04misc: fix variuous marginalsMarkus Heiser
2020-04-03utils/lxc.sh: support build of selected containersMarkus Heiser
2020-04-02LXC: add virtualenv to LXC_BASE_PACKAGESMarkus Heiser
2020-03-30[fix] make test.sh: fix various shellcheck error messagesMarkus Heiser
2020-03-23lxc.sh install base: add bash and python3 to LXC_BASE_PACKAGESMarkus Heiser
2020-03-23LXC: set LXC_ENV_FOLDER=lxc/$(shell hostname)/Markus Heiser
2020-03-18./utils/lxc.sh: add command 'install base'Markus Heiser
2020-03-18LXC: add /.lxcenvMarkus Heiser
2020-03-08shellcheck: minor fixes to support all dsitrosMarkus Heiser
2020-03-07LXC: separate lxc-suite from lxc & improved command line.Markus Heiser
2020-03-06docs: improve description of uwsgi & ngingx setupMarkus Heiser
2020-03-03docs: generic doocumentation for searx-uwsgiMarkus Heiser
2020-03-02docs: generic documentation from the installation scriptsMarkus Heiser
2020-02-27LXC: improved UX when working with a bunch of containersMarkus Heiser
2020-02-26LXC: install searx-suite installs searx, filtron & morty on all containersMarkus Heiser
2020-02-25utils/lib.sh: make uWSGI installation available for all distrosMarkus Heiser
2020-02-23utils/serx.sh: make uWSGI installation available for all distros (WIP)Markus Heiser
2020-02-23LXC: normalize package installation & user creation.Markus Heiser
2020-02-16tooling box: misc fixes from lxc testsMarkus Heiser
2020-02-16shellcheck: fix usse -n instead of ! -z (SC2236 SC2237)Markus Heiser