From a7d13bbc2744d7a23e2340d8c2c7bc7923aa739b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 3 Mar 2024 09:52:30 -0500 Subject: remove confirmations from the update script --- modules/base/templates/update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/base/templates/update b/modules/base/templates/update index 68bb1cd..27973c9 100644 --- a/modules/base/templates/update +++ b/modules/base/templates/update @@ -7,7 +7,7 @@ puppet-tozt (cd ~/conf && git pull && make install) sudo sh -c "cd ~/conf && git pull && make install" -yay -yay -Yc +yay --noconfirm +yay -Yc --noconfirm rustup update <%= @extra_script %> -- cgit v1.2.3-54-g00ecf