After an update, I have this output in the terminal. What is it, and how can it be fixed?
ua is my alias for eos-update --aur
╰─❯ LANG=C ua
/etc/eos-color.conf: line 7: RED: readonly variable
/etc/eos-color.conf: line 8: GREEN: readonly variable
/etc/eos-color.conf: line 9: YELLOW: readonly variable
/etc/eos-color.conf: line 10: BLUE: readonly variable
/etc/eos-color.conf: line 11: MAGENTA: readonly variable
/etc/eos-color.conf: line 12: CYAN: readonly variable
/etc/eos-color.conf: line 13: RESET: readonly variable
eos-update: package updater with additional features
Updating native and AUR apps...
:: Synchronizing package databases...
endeavouros is up to date
core is up to date
extra is up to date
multilib is up to date
:: Starting full system upgrade...
there is nothing to do
:: Searching AUR for updates...
-> Flagged Out Of Date AUR Packages: brave-bin
there is nothing to do
Yep same thing going on here , this is what is in the file.
#!/bin/bash
# NOTE: future updates will overwrite this file!
# To manage the colors below you need to save your changes elsewhere
# and copy them back here.
RED=$'\e[1;91m' # foreground text colors
GREEN=$'\e[1;92m'
YELLOW=$'\e[1;93m'
BLUE=$'\e[1;94m'
MAGENTA=$'\e[1;95m'
CYAN=$'\e[1;96m'
RESET=$'\e[0m' # back to normal colors
Has something to do with the update script I guess because every other command works like expected.
Same here. If I run any variation of yay or pacman no issue.
My update alias is up, which does the following: yay -Pw && yay -Syyuu && flatpak update && flatpak uninstall --unused, and I don’t see the colors info there either.
up
[sudo] password for wombat:
:: Synchronizing package databases...
endeavouros 15.9 KiB 130 KiB/s 00:00 [----------------------------------------] 100%
core 122.5 KiB 575 KiB/s 00:00 [----------------------------------------] 100%
extra 7.9 MiB 20.4 MiB/s 00:00 [----------------------------------------] 100%
multilib 132.2 KiB 685 KiB/s 00:00 [----------------------------------------] 100%
chaotic-aur 643.5 KiB 1483 KiB/s 00:00 [----------------------------------------] 100%
:: Searching AUR for updates...
:: Searching databases for updates...
there is nothing to do
Looking for updates…
Nothing to do.
Nothing unused to uninstall
❯
╰─❯ LANG=C upd
/etc/eos-color.conf: line 7: RED: readonly variable
/etc/eos-color.conf: line 8: GREEN: readonly variable
/etc/eos-color.conf: line 9: YELLOW: readonly variable
/etc/eos-color.conf: line 10: BLUE: readonly variable
/etc/eos-color.conf: line 11: MAGENTA: readonly variable
/etc/eos-color.conf: line 12: CYAN: readonly variable
/etc/eos-color.conf: line 13: RESET: readonly variable
eos-update: package updater with additional features
Updating native apps...
[sudo] password for swh:
:: Synchronizing package databases...
endeavouros is up to date
core is up to date
extra 7,9 MiB 4,99 MiB/s 00:02 [--------------------------------------------------] 100%
multilib is up to date
:: Starting full system upgrade...
there is nothing to do
simply yay
─❯ yay
:: Paketdatenbanken werden synchronisiert …
endeavouros ist aktuell
core ist aktuell
extra ist aktuell
multilib ist aktuell
:: Durchsuche AUR nach Updates...
:: Durchsuche Datenbanken nach Updates...
-> Als nicht aktuell markierte AUR-Pakete: brave-bin
es gibt nichts zu tun
╰─❯ LANG=C upd
/usr/share/endeavouros/scripts/eos-script-lib-yad: line 29: /etc/eos-color.conf: No such file or directory
eos-update: package updater with additional features
Updating native apps...
:: Synchronizing package databases...
endeavouros is up to date
core is up to date
extra is up to date
multilib is up to date
:: Starting full system upgrade...
there is nothing to do