Skip to content

Commit

Permalink
Updates - new futures
Browse files Browse the repository at this point in the history
  • Loading branch information
felipealfonsog committed Feb 22, 2024
1 parent 9a54c80 commit 67fa987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upd8all_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def update_yay():
with open(config_file, "w") as f:
json.dump({"misc": {"save": True}}, f)
command = "yay -Syu --noconfirm"
execute_command_with_sudo(command)
os.system(command)

# Function to update packages with Homebrew
def update_brew():
Expand Down

0 comments on commit 67fa987

Please sign in to comment.