From eb12b332009e7f0b5caabbd7f6efc0668ccd2417 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 7 Nov 2021 11:35:41 -0300 Subject: [PATCH] Remove broken packages --- packages.csv | 2 -- post-install.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages.csv b/packages.csv index eb624fc..d29e3b8 100644 --- a/packages.csv +++ b/packages.csv @@ -36,13 +36,11 @@ PAC,polkit,Toolkit for handling the policy that allows unprivileged processes to PAC,python-lsp-server,Python LSP PAC,python3,Python 3 interpreter PAC,qutebrowser,Web browser with vi-styled keybindings -AUR,rls-git,Rust LSP PAC,rsync,Synchronizing tool PAC,scrot,Screenshot-taking program SRC,https://github.com/augustogunsch/st,Terminal emulator PAC,thunar,Graphical file manager PAC,tmux,Terminal multiplexer -AUR,typescript-language-server-bin,JavaScript/TypeScript LSP PAC,unclutter,Program that hides the cursos if idle PAC,unzip,ZIP file extractor PAC,valgrind,C profiler diff --git a/post-install.sh b/post-install.sh index 353312e..798b554 100755 --- a/post-install.sh +++ b/post-install.sh @@ -168,7 +168,7 @@ if [ $NO_CONFIRM -eq 0 ]; then echo -n "Proceed with installation? [y/N] " read ans case $ans in - y|Y) break ;; + y|Y) ;; *) exit 0 ;; esac fi