Remove broken packages
This commit is contained in:
parent
40fd8eade4
commit
eb12b33200
|
@ -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
|
||||
|
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue