Skip to content

Commit

Permalink
Merge pull request #1829 from dbungert/c-n-f-merge
Browse files Browse the repository at this point in the history
apt: fix source.list mode
  • Loading branch information
dbungert authored Oct 9, 2023
2 parents 3841511 + f77176f commit 45310cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subiquity/server/apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ async def configure_for_install(self, context):
write_file(
self.install_tree.p("etc/apt/sources.list"),
f"deb [check-date=no] file:///cdrom {codename} main restricted\n",
mode=0o644,
)

await run_curtin_command(
Expand Down

0 comments on commit 45310cb

Please sign in to comment.