Skip to content

[Bug] Got this during server installation: dev/fd/63: line 56: jq: command not found #148

@hassan-jahan

Description

@hassan-jahan

Problem Summary / خلاصه مشکل

I got this error during server installation (using pre-made script)
dev/fd/63: line 56: jq: command not found

I checked the code and I clearly see that the script installs dependencies (including jq) but for an unkown reason it didn't install jq on my machine.

Anyway, the solution is simple:
sudo apt-get install -y jq
then run the script again.

Reproducible Steps / مراحل بازتولید

Install server from server script on ubuntu

Environment Details / مشخصات محیط

ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-179-generic x86_64) - small vps

Expected vs. Actual / انتظار در برابر نتیجه واقعی

Install the script without error

Logs / Screenshots / لاگ‌ها یا تصاویر

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions