Hi,hi.
31 if [ -e /etc/os-release ]; then
...
...
54 elif [ -e /etc/oracle-release ]; then (doesn't work)
...
56 os='ol' (tried change this one to el)
That's why i got url like:
But your repo doesn't have any ol packages.
My system is:
/etc/os-release
NAME="Oracle Linux Server"
VERSION="8.3"
ID="ol"
/etc/oracle-release
Oracle Linux Server release 8.3
Any chance to use any params with you script?
Actually don't realy whant to edit /etc/os-release file.
THX a lot =D