Remove broken packages

This commit is contained in:
Augusto Gunsch 2021-11-07 11:35:41 -03:00
parent 40fd8eade4
commit eb12b33200
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
2 changed files with 1 additions and 3 deletions

View File

@ -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

1 PAC alsa-utils Utilities for ALSA
36 PAC python-lsp-server Python LSP
37 PAC python3 Python 3 interpreter
38 PAC qutebrowser Web browser with vi-styled keybindings
AUR rls-git Rust LSP
39 PAC rsync Synchronizing tool
40 PAC scrot Screenshot-taking program
41 SRC https://github.com/augustogunsch/st Terminal emulator
42 PAC thunar Graphical file manager
43 PAC tmux Terminal multiplexer
AUR typescript-language-server-bin JavaScript/TypeScript LSP
44 PAC unclutter Program that hides the cursos if idle
45 PAC unzip ZIP file extractor
46 PAC valgrind C profiler

View File

@ -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