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

猜你喜欢

转载自www.cnblogs.com/guochaoxxl/p/12026815.html
今日推荐