From 3cdb423fcdaab79bfa479dc1cc5ad71f563fabbe Mon Sep 17 00:00:00 2001 From: emmett1 Date: Wed, 10 May 2023 00:39:40 +0800 Subject: [PATCH] added core repo to outdate.sh script --- scripts/outdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/outdate.sh b/scripts/outdate.sh index 1e31cf593..224b765cf 100755 --- a/scripts/outdate.sh +++ b/scripts/outdate.sh @@ -274,7 +274,7 @@ main() { fi } -PORTREPO="main multilib nonfree" +PORTREPO="core main multilib nonfree" PORTSDIR="$(dirname $(dirname $(realpath $0)))" SCRIPTDIR="$(dirname $(realpath $0))"