am i stupid
This commit is contained in:
parent
44b9a4d148
commit
1e55e6b01e
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ function main {
|
|||
apt_arg='-y -o Dpkg::Options::="--force-confnew"'
|
||||
|
||||
# === Update ==
|
||||
apt-get update "${apt_arg}"
|
||||
apt-get update -y -o Dpkg::Options::="--force-confnew"
|
||||
|
||||
|
||||
# === Packages ==
|
||||
apt-get install "${apt_arg}" fish eza tealdeer bat
|
||||
apt-get install -y -o Dpkg::Options::="--force-confnew" fish eza tealdeer bat
|
||||
|
||||
|
||||
# === Fish ==
|
||||
|
|
Loading…
Reference in a new issue