You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose that the line 1790 should look like this: pkgVersion=$(echo "$pkg" | grep -E -i -o -e '-[\.0-9\+:p]+[-\+]*' | cut -d':' -f2 | sed 's/[\+-]//g' | sed 's/p[0-9]//g')
or pkgVersion=$(echo "$pkg" | grep -E -i -o -e '-[\.0-9\+:p]+' | cut -d':' -f2 | sed 's/[\+-]//g' | sed 's/p[0-9]//g')
Since the "ntfs-3g-1:2016.2.22AR.1-3" package is not detected otherwise.
However, the package “mysql-server-5.6.30-1” is still not detected. But if we replace "Reqs: pkg=mysql-server|mariadb-server,ver<5.5.52" with "Reqs: pkg=mysql-server|mariadb-server"
The text was updated successfully, but these errors were encountered:
I suppose that the line 1790 should look like this:
pkgVersion=$(echo "$pkg" | grep -E -i -o -e '-[\.0-9\+:p]+[-\+]*' | cut -d':' -f2 | sed 's/[\+-]//g' | sed 's/p[0-9]//g')
or
pkgVersion=$(echo "$pkg" | grep -E -i -o -e '-[\.0-9\+:p]+' | cut -d':' -f2 | sed 's/[\+-]//g' | sed 's/p[0-9]//g')
Since the "ntfs-3g-1:2016.2.22AR.1-3" package is not detected otherwise.
However, the package “mysql-server-5.6.30-1” is still not detected. But if we replace "Reqs: pkg=mysql-server|mariadb-server,ver<5.5.52" with "Reqs: pkg=mysql-server|mariadb-server"
The text was updated successfully, but these errors were encountered: