From 466d8b5de5eb902c4aa9e8002a66ce8ed6a251df Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 8 Mar 2025 20:33:41 -0700 Subject: [PATCH] Update already has code to skip Flatpaks if shutting down. --- tasks/general/acct_mgmt/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 8255292..22731ac 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -257,7 +257,7 @@ {{ shutdown_command }} } function goodbye { - update -ysg + update -yg } metasploit_aliases: | alias metasploit="msfconsole"