Kill dh set -e

This commit is contained in:
zenobit 2023-03-31 01:36:40 +02:00
parent 7be96b8301
commit 95c3e6c228
1 changed files with 3 additions and 0 deletions

3
dh
View File

@ -72,6 +72,9 @@ function mode_installed() {
function check_gui_dependencies() {
[ -f "$PATH_PREFIX/yad" ] || echo $"Missing yad!"
}
trap 'exit' SIGINT SIGTERM SIGQUIT
set -e
echo $"DistroHopper is running... Press Ctrl-Q anytime to exit."
function check_tui_dependencies() {
[ -f "$PATH_PREFIX/fzf" ] || echo $"Missing fzf!"