am i stupid

This commit is contained in:
Mylloon 2024-03-30 18:32:03 +01:00
parent 44b9a4d148
commit 1e55e6b01e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -18,11 +18,11 @@ function main {
apt_arg='-y -o Dpkg::Options::="--force-confnew"' apt_arg='-y -o Dpkg::Options::="--force-confnew"'
# === Update == # === Update ==
apt-get update "${apt_arg}" apt-get update -y -o Dpkg::Options::="--force-confnew"
# === Packages == # === Packages ==
apt-get install "${apt_arg}" fish eza tealdeer bat apt-get install -y -o Dpkg::Options::="--force-confnew" fish eza tealdeer bat
# === Fish == # === Fish ==