diff --git a/openbsd/CHANGELOG b/openbsd/CHANGELOG index ec4e8fe..989dfad 100644 --- a/openbsd/CHANGELOG +++ b/openbsd/CHANGELOG @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - check_history: escape $HOME variable +- check_pkgmirror: fix openbsd mirror ## [22.11] - 2022-11-28 diff --git a/openbsd/evocheck.sh b/openbsd/evocheck.sh index 8d67daa..8fe7558 100755 --- a/openbsd/evocheck.sh +++ b/openbsd/evocheck.sh @@ -194,7 +194,7 @@ check_wheel(){ fi } check_pkgmirror(){ - grep -qE "^https?://ftp\.evolix\.org/openbsd/" /etc/installurl || failed "IS_PKGMIRROR" "Check whether the right repo is present in the /etc/installurl file" + grep -qE "^https?://ftp\.evolix\.org/openbsd" /etc/installurl || failed "IS_PKGMIRROR" "Check whether the right repo is present in the /etc/installurl file" } check_history(){ file=/root/.profile