This commit is contained in:
teldra 2021-04-18 11:45:18 +02:00
parent 103234088b
commit a0b5471c1c
2 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,8 @@ if [[ ! "${cfg[de]}" == "none" ]]; then
addpkg "firefox-i18n-de"
addpkg "gajim" "gajim-omemo"
addpkg "aspell-de" "gspell"
addpkg "alsa-utils" alsa-plugins-pulseaudio pulseaudio

View File

@ -1,3 +1,5 @@
source "${dir}"/config
lastminute
declare -f lastminute
if yesno "Lastminute Changes" y; then
lastminute
fi