From 82d519cbbf4542e9d70e076838cd7f856b447ae2 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 22 Jan 2023 14:31:21 +0530 Subject: [PATCH] wrong pkg name: dua-cli; not dua --- scripts/install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-packages.sh b/scripts/install-packages.sh index 992d812..19595c9 100644 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -32,7 +32,7 @@ PKGS_TO_INSTALL+=(aria2 wget yt-dlp) PKGS_TO_INSTALL+=(android-tools) # *utils-rust -PKGS_TO_INSTALL+=(bat choose dog dua dust exa fd hyperfine procs ripgrep skim tealdeer tre tree) +PKGS_TO_INSTALL+=(bat choose dog dua-cli dust exa fd hyperfine procs ripgrep skim tealdeer tre tree) # system utilities PKGS_TO_INSTALL+=(hd-idle hdparm mlocate smartmontools usbutils wol)