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)