From c489e7eb5dfd25e80e76c8228c18cc70d418d33c Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 2 May 2024 22:35:23 +0100 Subject: [PATCH] Remove GNU dependencies as they are already present --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cfa62e39..5b8b7eaa 100755 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ paru -Sy curl git stow bat fzf less nextcloud-client paru -Sy foot signal-desktop gnome-calendar gnome-podcasts brave-bin # Install CLI Apps -paru -Sy toipe bottom dd w3m newsboat iamb tmux ollama vim transmission-cli mutt gpg pass +paru -Sy toipe bottom w3m newsboat iamb tmux ollama vim transmission-cli mutt pass if [ $(pwd) != "$HOME/dotfiles" ]; then cd $HOME