Skip to content

Commit

Permalink
[eos-bash-shared] eos-update: added support for translations, but mos…
Browse files Browse the repository at this point in the history
…t translations still missing
  • Loading branch information
manuel-192 committed Jan 28, 2025
1 parent b500491 commit 427946b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eos-update
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@ echo2green() { echo2 "${GREEN}$1${RESET}" ; }
Main() {
local progname="${0##*/}"
source /usr/share/endeavouros/scripts/eos-script-lib-yad || return 1
source /usr/share/endeavouros/scripts/translations.bash || return 1

_init_translations

local helper="pacman"
local min_free_bytes=$((1000 * 1000 * 1000)) # default: 1 GB

Expand Down Expand Up @@ -365,7 +369,7 @@ Main() {
if [ $eufast = yes ] ; then
eos-update-fast $eufast_opt
case "$?" in
2) echo2 "No updates." ; exit ;;
2) echo2 "$(ltr sysup_no)" ; exit ;;
esac
fi

Expand Down

0 comments on commit 427946b

Please sign in to comment.