Skip to content

Commit

Permalink
fix(ego): disable dpkg options on apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Jan 9, 2024
1 parent 474cae6 commit 338a1b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions system/ego/up.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ async def apt() -> AsyncGenerator[Tuple[list, dict], None]:
"sudo",
"apt-get",
"-y",
"-o",
"Dpkg::Options::='--force-confdef'",
"-o",
"Dpkg::Options::='--force-confold'",
]
yield [apt_prefix + ["update"]], {"env": apt_env}
yield [apt_prefix + ["upgrade"]], {"env": apt_env}
Expand Down

0 comments on commit 338a1b4

Please sign in to comment.