android_triage icon indicating copy to clipboard operation
android_triage copied to clipboard

no warning if package 'dialog' not installed

Open der-den opened this issue 3 years ago • 1 comments

on a system without package "dialog" the script clear screen and stops w/o any notice (line 127 calls first time dialog)

der-den avatar May 17 '22 12:05 der-den

you have to install zenity which includes the gdialog package on newer systems. dialog is no longer used anymore. then you have to change the code in the .sh file at every instance of dialog to gdialog.

beautberge avatar Oct 15 '22 20:10 beautberge