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,python-lsp-server,Python LSP
|
||||||
PAC,python3,Python 3 interpreter
|
PAC,python3,Python 3 interpreter
|
||||||
PAC,qutebrowser,Web browser with vi-styled keybindings
|
PAC,qutebrowser,Web browser with vi-styled keybindings
|
||||||
AUR,rls-git,Rust LSP
|
|
||||||
PAC,rsync,Synchronizing tool
|
PAC,rsync,Synchronizing tool
|
||||||
PAC,scrot,Screenshot-taking program
|
PAC,scrot,Screenshot-taking program
|
||||||
SRC,https://github.com/augustogunsch/st,Terminal emulator
|
SRC,https://github.com/augustogunsch/st,Terminal emulator
|
||||||
PAC,thunar,Graphical file manager
|
PAC,thunar,Graphical file manager
|
||||||
PAC,tmux,Terminal multiplexer
|
PAC,tmux,Terminal multiplexer
|
||||||
AUR,typescript-language-server-bin,JavaScript/TypeScript LSP
|
|
||||||
PAC,unclutter,Program that hides the cursos if idle
|
PAC,unclutter,Program that hides the cursos if idle
|
||||||
PAC,unzip,ZIP file extractor
|
PAC,unzip,ZIP file extractor
|
||||||
PAC,valgrind,C profiler
|
PAC,valgrind,C profiler
|
||||||
|
|
|
|
@ -168,7 +168,7 @@ if [ $NO_CONFIRM -eq 0 ]; then
|
||||||
echo -n "Proceed with installation? [y/N] "
|
echo -n "Proceed with installation? [y/N] "
|
||||||
read ans
|
read ans
|
||||||
case $ans in
|
case $ans in
|
||||||
y|Y) break ;;
|
y|Y) ;;
|
||||||
*) exit 0 ;;
|
*) exit 0 ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue