From f35284481cee00d27aa7424c31839897fd704025 Mon Sep 17 00:00:00 2001 From: Talut Salako <70220179+plutack@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:03:28 +0000 Subject: [PATCH] add jq to required packages --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 856f9bb..8f74cab 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ source ~/.local/share/omakub/ascii.sh # Needed for all installers sudo apt update -y -sudo apt install -y curl git +sudo apt install -y curl git jq # Ensure computer doesn't go to sleep while installing gsettings set org.gnome.desktop.session idle-delay 0