fix arg
This commit is contained in:
parent
1e55e6b01e
commit
0750bfd3f0
1 changed files with 3 additions and 2 deletions
|
@ -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 ==
|
||||||
|
|
Loading…
Reference in a new issue