diff --git a/src/upd8all_updater.py b/src/upd8all_updater.py index 38c487b..494e51b 100644 --- a/src/upd8all_updater.py +++ b/src/upd8all_updater.py @@ -84,6 +84,7 @@ def main(): # Request sudo password at the start of the program sudo_password = getpass.getpass(prompt="Enter your sudo password: ") + print() # Add a newline after entering the password # Update packages update_pacman(sudo_password) diff --git a/src/upd8all_updater_unstable.py b/src/upd8all_updater_unstable.py index 38c487b..494e51b 100644 --- a/src/upd8all_updater_unstable.py +++ b/src/upd8all_updater_unstable.py @@ -84,6 +84,7 @@ def main(): # Request sudo password at the start of the program sudo_password = getpass.getpass(prompt="Enter your sudo password: ") + print() # Add a newline after entering the password # Update packages update_pacman(sudo_password)