Skip to content

Commit 20e514b

Browse files
authored
Update system_tasks.py
1 parent c552528 commit 20e514b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

installation_and_upgrade/ibex_install_utils/tasks/system_tasks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,8 @@ def check_java_installation(self) -> None:
135135
installer, _ = Java().find_latest()
136136

137137
if os.path.exists(installer):
138-
print(f"Running installer at {installer}")
139138
print(
140-
"running"
139+
"running installer: "
141140
f"msiexec /i {installer} "
142141
"ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome "
143142
'INSTALLDIR="c:\\Program Files\\Eclipse Adoptium\\" /quiet'

0 commit comments

Comments
 (0)