diff --git a/bashrc b/bashrc index 3a5817a..494b846 100644 --- a/bashrc +++ b/bashrc @@ -19,4 +19,7 @@ case "${CATEGORY}/${PN}" in SCM_REPOSITORY="https://github.com/hasufell/i3wm.git" } ;; + games-fps/urbanterror) + EXTRA_WGET="--no-check-certificate" + ;; esac