manjaro web

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

posted @ 2019-12-12 06:31  叕叒双又  阅读(162)  评论(0编辑  收藏  举报