summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2022-06-16 16:30:18 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2022-07-30 13:39:35 +0200
commit692708aa771c1f4927a3037ecc5aa9c06f1a2494 (patch)
treec243e751db97f3b9aaf5bc68f8ccf9422aabe7eb /.github
parented8a1690296cfc55f67dc0a4dac6dee06a47bd06 (diff)
[clean up] drop obsolete searx, filtron and morty install scripts
Since ./utils/searxng.sh is implemented, the old installation procedures from filtron, morty and searx can be removed. For users who want to upgrade, the procedures for removing old installations have still been retained. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/data-update.yml2
-rw-r--r--.github/workflows/integration.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml
index fba56f12..d20cd6c6 100644
--- a/.github/workflows/data-update.yml
+++ b/.github/workflows/data-update.yml
@@ -26,7 +26,7 @@ jobs:
- name: Install Ubuntu packages
run: |
- sudo ./utils/searx.sh install packages
+ sudo ./utils/searxng.sh install packages
- name: Set up Python
uses: actions/setup-python@v2
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index ea9dc097..f43f467e 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Ubuntu packages
run: |
- sudo ./utils/searx.sh install packages
+ sudo ./utils/searxng.sh install packages
sudo apt install firefox
- name: Set up Python
uses: actions/setup-python@v2
@@ -55,7 +55,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Ubuntu packages
- run: sudo ./utils/searx.sh install buildhost
+ run: sudo ./utils/searxng.sh install buildhost
- name: Set up Python
uses: actions/setup-python@v2
with:
@@ -82,7 +82,7 @@ jobs:
fetch-depth: '0'
persist-credentials: false
- name: Install Ubuntu packages
- run: sudo ./utils/searx.sh install buildhost
+ run: sudo ./utils/searxng.sh install buildhost
- name: Set up Python
uses: actions/setup-python@v2
with: