mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Kill dh set -e
This commit is contained in:
parent
7be96b8301
commit
95c3e6c228
1 changed files with 3 additions and 0 deletions
3
dh
3
dh
|
@ -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!"
|
||||
|
|
Loading…
Reference in a new issue