progress
This commit is contained in:
parent
c575051a83
commit
2f4cefdeb5
|
@ -1,8 +1,13 @@
|
||||||
packages() {
|
packages() {
|
||||||
|
if [ "${LANGUAGE}" == "en" ]; then
|
||||||
|
lang=${L1//_/-}
|
||||||
|
else
|
||||||
|
lang="${LANGUAGE}"
|
||||||
|
fi
|
||||||
addpkg xorg-minimal xorg-apps xorg-fonts dbus noto-fonts-emoji mesa-dri vulkan-loader
|
addpkg xorg-minimal xorg-apps xorg-fonts dbus noto-fonts-emoji mesa-dri vulkan-loader
|
||||||
addpkg "firefox-i18n-${L1//_/-}"
|
addpkg "firefox-i18n-${lang}"
|
||||||
addpkg libreoffice-writer libreoffice-calc "libreoffice-i18n-${L1//_/-}"
|
addpkg libreoffice-writer libreoffice-calc "libreoffice-i18n-${lang}"
|
||||||
addpkg "thunderbird-i18n-${L1//_/-}"
|
addpkg "thunderbird-i18n-${lang}"
|
||||||
addpkg element-desktop
|
addpkg element-desktop
|
||||||
addpkg vlc yt-dlp
|
addpkg vlc yt-dlp
|
||||||
addpkg alsa-utils
|
addpkg alsa-utils
|
||||||
|
|
Loading…
Reference in New Issue
Block a user