From c340b2091b5729a078bd56631735d2e60a6a7811 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:03 +1000 Subject: [PATCH] termux: update and upgrade non-interactively when using script --- conf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.sh b/conf.sh index 85641fa..f1c68dd 100755 --- a/conf.sh +++ b/conf.sh @@ -14,8 +14,8 @@ update_packages() { # pkg (termux) if which pkg > /dev/null; then echo "pkg detected, updating..." - pkg update - pkg upgrade + pkg update -y + pkg upgrade -y fi # nix flake