We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c594fc9 commit a1f0fd9Copy full SHA for a1f0fd9
1 file changed
channels/gnome/config.any
@@ -15,8 +15,12 @@
15
# Set the user's default shell.
16
usershell="/bin/zsh"
17
18
-# Force install the AUR package.
19
-noaur=false
+# aur Warning
+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
24
25
# Modules to include
26
# An array of module directory names to include.
0 commit comments