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