From 9897bdd8d8c62e2752aa8963e070c31abee604c5 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 31 May 2024 23:01:16 +0200 Subject: [PATCH] :heavy_minus_sign: remove unused tool "gawk" --- README.md | 2 +- lib/toolcheck | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 122104c..7d291dc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Automatically change settings when using a dock Install required tools: ```console $ sudo apt update -$ sudo apt install grep gawk sed findutils procps usbutils libglib2.0-bin make gcc libx11-dev +$ sudo apt install grep sed findutils procps usbutils libglib2.0-bin make gcc libx11-dev ``` ```console $ git clone https://github.com/ritave/xeventbind.git diff --git a/lib/toolcheck b/lib/toolcheck index fba19b2..7ee2a1c 100644 --- a/lib/toolcheck +++ b/lib/toolcheck @@ -14,7 +14,7 @@ workplace_toolcheck(){ ## DPKG PACKAGES ## - dpkg_tool_list=("gawk sed findutils procps usbutils libglib2.0-bin") + dpkg_tool_list=("sed findutils procps usbutils libglib2.0-bin") for d in $dpkg_tool_list; do if ! dpkg -s $d 2>&1 | grep -q "Status: install ok installed"; then log_error "Missing tool '$d'"