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 / لاگها یا تصاویر
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 / لاگها یا تصاویر