From d581f3e530f6bfbbb7a2bd7d7beff210797b6a0e Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 18:50:40 +0300 Subject: [PATCH] awk->gawk package --- run_once_before_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index 558f904..a795692 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env bash -BASE_PACKAGES="kitty-terminfo gpg git curl wget ripgrep fd-find unzip python3-pip htop fzf bat awk" +BASE_PACKAGES="kitty-terminfo gpg git curl wget ripgrep fd-find unzip python3-pip htop fzf bat gawk" USER=$(whoami) Green='\033[0;32m' # Green NC='\033[0m' # No Color