File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ if [ "$OFFLINE_INSTALL" = true ]; then
250250fi
251251
252252if [ " ${install_script} " == " " ]; then
253- install_script=$( mktemp -t oci_cli_install_tmp_XXXX ) || exit
253+ install_script=$( mktemp -t oci_cli_install_tmp_XXXXXX ) || exit
254254 echo " Downloading Oracle Cloud Infrastructure CLI install script from $INSTALL_SCRIPT_URL to $install_script ."
255255 curl -# -f $INSTALL_SCRIPT_URL > $install_script
256256 if [ $? -ne 0 ]; then
319319
320320if [ " $need_to_install_python " = true ]; then
321321 # Many docker containers won't have sudo installed since they are already run as root.
322- if command -v dnf
322+ if command -v dnf
323323 then
324324 echo " Attempting to install Python 3."
325325 $sudo_cmd dnf install $yum_opts python3
You can’t perform that action at this time.
0 commit comments