summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-03-03 09:52:30 -0500
committerJesse Luehrs <doy@tozt.net>2024-03-03 09:52:30 -0500
commita7d13bbc2744d7a23e2340d8c2c7bc7923aa739b (patch)
tree4f90eae06b47c7131c5345feced83096d3622e77
parent9ad0bd704237f4c69573e58b28e11bb587cb660d (diff)
downloadpuppet-tozt-a7d13bbc2744d7a23e2340d8c2c7bc7923aa739b.tar.gz
puppet-tozt-a7d13bbc2744d7a23e2340d8c2c7bc7923aa739b.zip
remove confirmations from the update script
-rw-r--r--modules/base/templates/update4
1 files 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 %>