We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1805c50 commit ba4f878Copy full SHA for ba4f878
1 file changed
src/main.py
@@ -223,7 +223,7 @@ def check_cur_os(self):
223
if self.sysinfo.boot_mode == "macOS" and self.sysinfo.login_user not in self.cur_os.admin_users:
224
p_error(f"Your login user {self.sysinfo.login_user} is not a machine admin.")
225
print()
226
- p_info("These users are machine admins: {' '.join(self.cur_os.admin_users)}")
+ p_info(f"These users are machine admins: {' '.join(self.cur_os.admin_users)}")
227
228
p_message(f"You have to be a machine admin to install {DISTRO}.")
229
sys.exit(1)
0 commit comments