From aa950334f9cf179fcf83056de0eb4f3497ff885d Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 12 Jun 2021 01:35:10 -0400 Subject: [PATCH] ENH don't use rofi-git --- install_deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_deps b/install_deps index 96a734c..b5412b1 100755 --- a/install_deps +++ b/install_deps @@ -2,7 +2,7 @@ # install all dependencies for rofi to run at full capacity -rofi_pkgs=(rofi-git bitwarden-cli libnotify rofi-greenclip +rofi_pkgs=(rofi bitwarden-cli libnotify rofi-greenclip networkmanager-dmenu-git veracrypt sshfs jmtpfs) yay --needed --noconfirm --norebuild --removemake -S "${rofi_pkgs[@]}"