From 3126957476811dce4a00ef7029812ed1856d55ce Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Thu, 20 Apr 2023 06:21:33 +0530 Subject: [PATCH] add pkg: cloud-guest-utils --- 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 e68dbb0..5f1b933 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+=(hd-idle hdparm mlocate smartmontools usbutils wol) +PKGS_TO_INSTALL+=(cloud-guest-utils hd-idle hdparm mlocate smartmontools usbutils wol) # compression PKGS_TO_INSTALL+=(tar unrar unzip xz zip)