Skip to content

Commit a1f0fd9

Browse files
committed
[fix] : Do not force the AUR package to be installed
1 parent c594fc9 commit a1f0fd9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

channels/gnome/config.any

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@
1515
# Set the user's default shell.
1616
usershell="/bin/zsh"
1717

18-
# Force install the AUR package.
19-
noaur=false
18+
# aur Warning
19+
if [[ "${noaur-""}" = true ]]; then
20+
msg_warn "===== Warning of Gnome channel ====="
21+
msg_warn "If noaur is true, many extensions will not be installed."
22+
msg_warn "===================================="
23+
fi
2024

2125
# Modules to include
2226
# An array of module directory names to include.

0 commit comments

Comments
 (0)