remove unused tool "gawk"

This commit is contained in:
DrMaxNix 2024-05-31 23:01:16 +02:00
parent 9aebb761ed
commit 9897bdd8d8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'"