[welcome] removed the check for 'yad' existence

This commit is contained in:
manuel
2026-04-27 18:37:03 +03:00
parent da68619c75
commit 5cd67891ce
+1 -2
View File
@@ -1541,6 +1541,7 @@ _MirrorlistCheck() {
if [ ! -e "$filename" ] ; then
local msg="File '$filename' was not found."
local title="System problem"
echo "$PROGNAME: error: $msg" >&2
echo "$msg" | eos_yad_problem "$title" --text="<b>$PROGNAME</b> detected a system problem!" --height=200 --width=300
exit 1
fi
@@ -1549,7 +1550,6 @@ _MirrorlistCheck() {
StartHere() {
AssignIconVariables
_MirrorlistCheck
eos_assert_deps $PROGNAME yad || return 1
DebugBreak
local -r LOPTS="changelog,lang:,tr-engine:,tr-prefer:,id:,ni:,verboselog,genlang:,help,enable,disable,once,startdelay:,version,testing,installer"
@@ -1596,7 +1596,6 @@ StartHere() {
AfterTranslations
fi
if eos-connection-checker ; then
has_a_connection=yes
else