Skip to content

Commit 3e9732c

Browse files
committed
[fix] : Fixed legacy modules
1 parent 0bcd14c commit 3e9732c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ prepare_build() {
423423
msg_warn "The module cannot be used because it works with Alter ISO3.0 compatibility."
424424
if [[ -n "${include_extra+SET}" ]]; then
425425
if [[ "${include_extra}" = true ]]; then
426-
modules=("base" "share" "share-extra" "calamares" "zsh-powerline")
426+
modules=("base" "share" "share-extra" "gtk-tools" "pamac" "calamares" "zsh-powerline")
427427
else
428428
modules=("base" "share")
429429
fi

0 commit comments

Comments
 (0)