Skip to content

Commit 20c2424

Browse files
committed
Forgot to add argument to Arguments()
1 parent 5c03bb4 commit 20c2424

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

archinstall/lib/args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class Arguments:
4242
script: str = "guided"
4343
mountpoint: Path = Path("/mnt")
4444
skip_ntp: bool = False
45+
skip_wkd: bool = False
4546
debug: bool = False
4647
offline: bool = False
4748
no_pkg_lookups: bool = False

0 commit comments

Comments
 (0)