diff --git a/termux.sh b/termux.sh index 0297e56..9ce36fd 100644 --- a/termux.sh +++ b/termux.sh @@ -18,11 +18,12 @@ function main { apt_arg='-y -o Dpkg::Options::="--force-confnew"' # === Update == - apt-get update -y -o Dpkg::Options::="--force-confnew" + eval "apt-get update ${apt_arg}" # === Packages == - apt-get install -y -o Dpkg::Options::="--force-confnew" fish eza tealdeer bat + eval "apt-get install ${apt_arg} \ + fish eza tealdeer bat wget" # === Fish ==