Skip to content

Commit

Permalink
tree: Remove depends with jq
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
  • Loading branch information
Rem01Gaming committed Feb 6, 2024
1 parent a168c4e commit 696290a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ uninstall:

install-dependence:
@echo "[+] Installing dependencines..."
@pkg install make fzf fzy git tsu jq
@pkg install fzf fzy git tsu

pack-deb:
@mkdir -v $(O)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The Origami Kernel Manager script is a versatile tool designed to empower users
### Requirements
- Rooted Android device
- Termux app installed
- Installed following dependencies: `tsu fzf fzy jq`
- Installed following dependencies: `tsu fzf fzy`
- Working brain 🧠 with minimal cli knowledge

### Installation with deb package
Expand Down
2 changes: 1 addition & 1 deletion dpkg-conf/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Maintainer: Rem01Gaming
Installed-Size: 1000
Version: 1.0.4
Homepage: https://github.com/Rem01Gaming/origami_kernel_manager
Depends: tsu, fzf, fzy, jq
Depends: tsu, fzf, fzy
Description: Yet another kernel manager.
2 changes: 1 addition & 1 deletion src/origami-kernel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Copyright (C) 2023-2024 Rem01Gaming

# Check dependencies
if ! hash whoami fzf fzy tput jq 2>/dev/null; then
if ! hash whoami fzf fzy tput 2>/dev/null; then
echo -e "\033[38;5;196m[!] hash whoami fzf fzy tput jq\nerror:\033[0m Environment has missing dependencies" && exit 127
fi

Expand Down

0 comments on commit 696290a

Please sign in to comment.