https://wiki.manjaro.org/index.php?title=Main_Page
https://forum.manjaro.org/
https://gitlab.manjaro.org/explore/groups
https://lists.manjaro.org/cgi-bin/mailman/listinfo
https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro
/
#!/bin/bash
if [ $(which pkexec) ]; then
pkexec --disable-internal-agent "/usr/bin/calamares" "$@"
else
/usr/bin/calamares "$@"
fi