From 9d8e20a88a214abd14012aed5ebfa64aa0345634 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 5 Jun 2023 19:11:46 +0530 Subject: [PATCH] remove pkg "hd-idle" because i no longer need it --- 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 b801a31..5bacf25 100644 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -35,7 +35,7 @@ PKGS_TO_INSTALL+=(android-tools) PKGS_TO_INSTALL+=(bat choose dog dua-cli dust exa fd hyperfine procs ripgrep skim tealdeer tre tree) # system utilities -PKGS_TO_INSTALL+=(cloud-guest-utils dmidecode hd-idle hdparm mlocate smartmontools usbutils wol) +PKGS_TO_INSTALL+=(cloud-guest-utils dmidecode hdparm mlocate smartmontools usbutils wol) # compression PKGS_TO_INSTALL+=(tar unrar unzip xz zip)