Skip to main content

Script Installtion on Debian 11

Prerequisites

Install Git on Debian 11

sudo apt install git

Screenshot 2022-10-24 233503.png

Install curl

sudo apt install curl

Screenshot 2022-10-25 002709.png

Install

Clone the github repository to a local folder.

The official repository is at: https://github.com/searxng/searxng

git clone https://github.com/searxng/searxng.git searxng

Screenshot 2022-10-25 000139.png