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