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

View file

@ -15,7 +15,7 @@ function main {
# === Variables ==
local repo apt_arg
repo=https://git.mylloon.fr/Anri/confOS/raw/branch/main
apt_arg=-'y -o Dpkg::Options::="--force-confnew"'
apt_arg='-y -o Dpkg::Options::="--force-confnew"'
# === Update ==
apt-get update "${apt_arg}"