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
Hi all, i have installed a airgapped container and transferred it to my RHEL 9 machine, however 2 problems.
if i dont specify a kurl-installation-directory it gives me ./bin/kurl permission denied (even though im running with root)
when i do speficiy a directory, it runs some checks then it gives me this error Checking if Git installed Checking if libzstd is installed An error offucred on line 197
When i nano my install.sh this is what i have on line 197 its giving error in the addon_preflight function in if [-z "$name ] || [ -z "$version"]; then
This is where its giving me an error
The text was updated successfully, but these errors were encountered:
Hi all, i have installed a airgapped container and transferred it to my RHEL 9 machine, however 2 problems.
Checking if Git installed
Checking if libzstd is installed
An error offucred on line 197
When i nano my install.sh this is what i have on line 197 its giving error in the addon_preflight function in
if [-z "$name
] || [ -z "$version"]; thenThis is where its giving me an error
The text was updated successfully, but these errors were encountered: