mirror of
https://github.com/endeavouros-team/welcome.git
synced 2026-06-13 01:24:34 +00:00
[welcome] removed the check for 'yad' existence
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user