From ebadd986039d29280d6509d910ca4c4c02a929ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Jun 2023 18:04:08 +0200 Subject: Wizard: 8.3 as SCL --- mashrepo | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mashrepo') diff --git a/mashrepo b/mashrepo index bdf6cc09..36c84c04 100755 --- a/mashrepo +++ b/mashrepo @@ -25,6 +25,9 @@ do then echo " $rpm (ok)" fi elif grep -q "^${name}\$" $mash + then + ln $rpm $copy && echo "+ $rpm" + elif [[ "^${name}" =~ "^php83-" ]] then ln $rpm $copy && echo "+ $rpm" else -- cgit