mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00
update update_cinny.sh
make dependency on jq obvious
This commit is contained in:
parent
e3fb33624f
commit
1050540c97
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# TODO: remove dependency on jq
|
||||
command -v "jq" &> /dev/null || { echo "update_cinny.sh: jq is not installed"; exit; }
|
||||
|
||||
# this script will automatically download the latest release of cinny and unpack it for you
|
||||
# it will preserve your current configuration file, and optionally inject custom css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue