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
250
250
fi
251
251
252
252
if [ " ${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
254
254
echo " Downloading Oracle Cloud Infrastructure CLI install script from $INSTALL_SCRIPT_URL to $install_script ."
255
255
curl -# -f $INSTALL_SCRIPT_URL > $install_script
256
256
if [ $? -ne 0 ]; then
319
319
320
320
if [ " $need_to_install_python " = true ]; then
321
321
# 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
323
323
then
324
324
echo " Attempting to install Python 3."
325
325
$sudo_cmd dnf install $yum_opts python3
You can’t perform that action at this time.
0 commit comments