• 3 Posts
  • 40 Comments
Joined 9 months ago
cake
Cake day: September 30th, 2023

help-circle
  • I already know how to install it in proot or chroot, but I’m trying without any proot because proot slows Searxng even more. You just follow the entire Searxng Ubuntu documentation, but add these extra commands:

    update-alternatives --install /usr/bin/python python /usr/bin/python3 1

    Create a file in /usr/bin/systemctl and name it “systemctl” Add this code to it:

    service $2 $1

    Then, set the file’s permissions with: chmod +x /usr/bin/systemctl

    Note: I haven’t double-checked the code I’ve shown you. If it doesn’t work, please let me know or check if you have the service command.

    and the systemctl thing only works for some codes not all