liamg / shox

🍫 A customisable, universally compatible terminal status bar
The Unlicense
705 stars 21 forks source link

Install script depends on jq and fails when not installed #2

Closed shirts closed 4 years ago

shirts commented 4 years ago
--- shox/scripts ‹master› » bash install.sh                                                                                                                                                                                                                                                                                                                           127 ↵
Determining platform...
Finding latest release...
install.sh: line 8: jq: command not found
(23) Failed writing body
Saleh7 commented 4 years ago

Download jq

Debian and Ubuntu repositories. Install using sudo apt-get install jq

Fedora repository. Install using sudo dnf install jq

openSUSE repository. Install using sudo zypper install jq

Arch repository. Install using sudo pacman -Sy jq

OR

https://stedolan.github.io/jq/download/

liamg commented 4 years ago

Fixed in #4