This commit is contained in:
Mylloon 2024-03-30 18:36:28 +01:00
parent 1e55e6b01e
commit 0750bfd3f0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -18,11 +18,12 @@ function main {
apt_arg='-y -o Dpkg::Options::="--force-confnew"' apt_arg='-y -o Dpkg::Options::="--force-confnew"'
# === Update == # === Update ==
apt-get update -y -o Dpkg::Options::="--force-confnew" eval "apt-get update ${apt_arg}"
# === Packages == # === 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 == # === Fish ==